Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-native-sfspeechrecognizer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-sfspeechrecognizer

iOS SFSpeechRecognizer bridge module for React Native

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

React Native SFSpeechRecognizer

npm install react-native-sfspeechrecognizer

Set these auth keys in your Xcode project's info.plist:
NSMicrophoneUsageDescription
NSSpeechRecognitionUsageDescription

Microphone & Speech Recognition dont work on simulator so you'll need to use a physical device.

link native module to your project:
react-native link react-native-sfspeechrecognizer
or do it manually:
https://facebook.github.io/react-native/docs/linking-libraries-ios.html

README is WIP, please refer to demo project for implementation:
https://github.com/eralpkaraduman/react-native-sfspeechrecognizer-demo

Step 1: Requesting & Checking Permissions
PermissionsScreen.js

Step 2: Configuring, Initiating & Displaying Speech recognition results
RecognitionScreen.js

Keywords

react-native

FAQs

Package last updated on 07 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts