Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

handle-expo-speech

Ashraf-Hamdoun28ISC1.2.1

This's for handling expo-speech's voices

react-native, expo, expo-speech, handle-expo-speech, speech, voice

readme

Handle-Expo-Speech

- This's for handling voices from expo-speech

API documentation:

- After install expo-speech in your project, you can use it.
- By using this API, you can handle the voices you got from using :
    - the methode 'getAvailableVoices()'

Installation

- Use the following command to install it:
    - npm i handle-expo-speech

Using

- import handleVoices from 'handle-expo-speech';

// You'll pass to it the voices from using expo-speech
const handledVoices = handleVoices(voices);

What you'll have

- You'll have an array of grouped voices.