yarn add react-native-azure-speech-text
Or with npm
npm i react-native-azure-speech-text --save
cd ios && pod install
import AzureSpeechText from "react-native-azure-speech-text";
AzureSpeechText.config({
subscription: <YOUR_KEY>,
region: <YOUR_REGION>
})
const result = await AzureSpeechText.toTextUseMic();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT