0.1.7 • Published 10 months ago

react-native-voice-recognition v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-native-voice-recognition

Essa solução de biblioteca é para quem usa estrutura funcional e não quer abdicar o uso de hooks já que a antiga só tem suporte para o uso de classes.

Installation

npm install react-native-voice-recognition

Usage

import VoiceRecognition from 'react-native-voice-recognition';

VoiceRecognition.startListening()
  .then((result) => {
    console.log(result);
  })
  .catch((error) => {
    console.error(error);
  });

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

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago