ko-pronunciation-checker
v1.0.2
Published
The package that checks the pronunciation of sentences in React Native.
Keywords
Readme
React Native Pronunciation Checker
The package that checks the pronunciation of sentences in React Native.
Installation
Install ko-pronunciation-checker:
npm install ko-pronunciation-checkerGo to your ios folder and run:
pod installThe following packages need to be installed for the package to work
Usage
Add iOS permissions to the Info.plist
<key>NSMicrophoneUsageDescription</key>
<string></string>
<key>NSSpeechRecognitionUsageDescription</key>
<string></string>
Add the PronunciationChecker component to the screen where you want to use it. Send the sentence that you will have the pronunciation checked with the data prop.
