Skip to content

A React Native library that provides a seamless interface for speech-to-text conversion using native Android (SpeechRecognizer) and iOS (SFSpeechRecognizer) APIs.

License

Notifications You must be signed in to change notification settings

rn-bridge/react-native-speech-recognizer

Repository files navigation

@rn-bridge/react-native-speech-recognizer

@rn-bridge/react-native-speech-recognizer

Installation

npm install @rn-bridge/react-native-speech-recognizer

Usage

import { multiply } from '@rn-bridge/react-native-speech-recognizer';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

A React Native library that provides a seamless interface for speech-to-text conversion using native Android (SpeechRecognizer) and iOS (SFSpeechRecognizer) APIs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published