How to use the expo-speech.pause function in expo-speech

To help you get started, we’ve selected a few expo-speech examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github expo / expo / apps / native-component-list / src / screens / TextToSpeechScreen.tsx View on Github external
_pause = async () => {
    await Speech.pause();
    this.setState({ paused: true });
  }

expo-speech

Provides text-to-speech functionality.

MIT
Latest version published 5 months ago

Package Health Score

86 / 100
Full package analysis