You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-voice-recognition

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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.

0.1.7
latest
Source
npmnpm
Version published
Weekly downloads
3
-57.14%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

react-native

FAQs

Package last updated on 12 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts