🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@agrigate/speech-to-text-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agrigate/speech-to-text-wrapper

Wrapper around any <TextInput /> in React Native that provides support for speech to text functionality—powerful & ease to use

1.0.24
latest
Source
npm
Version published
Weekly downloads
1.3K
2493.88%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Speech-to-Text Wrapper for TextInput

license

A wrapper to uplift any TextInput in react native, providing speech-to-text support in more than 20 languages

@agrigate/speech-to-text-wrapper - ts support (under dev)

Use // @ts-ignore when importing SpeechtoTextWrapper

Installation

  • pnpm i @agrigate/speech-to-text-wrapper
    or
    yarn add @agrigate/speech-to-text-wrapper
    or
    npm i @agrigate/speech-to-text-wrapper

  • Make sure to add required permissions in AndroidManifest.xml

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />

Use

import SpeechtoTextWrapper from "@agrigate/speech-to-text-wrapper";
      <SpeechtoTextWrapper locale="en-IN">
        # <TextInput style={{ borderWidth: 1, }} value={text} onChangeText={v => settext(v)} /> [ANY TEXT INPUT]
      </SpeechtoTextWrapper>

Props

locale[optional, default is "en-US"]give your desired lang locale & it'll render in that
Language NameCode
English (US)en-US
English (India)en-IN
Hindi (India)hi-IN
Bengali (India)bn-IN
Tamil (India)ta-IN
Telugu (India)te-IN
Kannada (India)kn-IN
Marathi (India)mr-IN
Gujarati (India)gu-IN
Malayalam (India)ml-IN
Punjabi (India)pa-IN
Urdu (India)ur-IN
Frenchfr-FR
Germande-DE
Spanish (Spain)es-ES
Spanish (Mexico)es-MX
Arabic (UAE)ar-AE
Chinese (Mandarin, China)zh-CN
Japaneseja-JP
Koreanko-KR

Feel free to checkout what we do here

Keywords

react-native

FAQs

Package last updated on 26 May 2025

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