The package that checks the pronunciation of sentences in React Native.
Install ko-pronunciation-checker
:
npm install ko-pronunciation-checker
Go to your ios folder and run:
pod install
The following packages need to be installed for the package to work
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.