react-native-tts icon indicating copy to clipboard operation
react-native-tts copied to clipboard

React Native Text-To-Speech library for Android and iOS

Results 116 react-native-tts issues
Sort by recently updated
recently updated
newest added

if you enable duck option and call mulitple times speek function. AUDIO_DUCK is send only once on the first call. To ensure AUDIO_DUCK is always call, move the event when...

I made this component: ``` /** * @flow */ import React, { Component } from "react"; import { Platform, StyleSheet, Text, View, Button, FlatList, Slider, TextInput, Keyboard } from "react-native";...

In this pull request I added the following on _TextToSpeechModule.java_, to remove warning 'new NativeEventEmitter()' : ``` @ReactMethod public void addListener(String eventName) { } @ReactMethod public void removeListeners(Integer count) {...

Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...

dependencies

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies

This package seems not to support auto-linking ``` react-native link react-native-tts ``` results in ``` zsh: command not found: react-native ``` What files do you need to manually add to...

would be cool to be able to do: ``` Tts.speak("my text here", {repeat: 3)) // or Tts.speak("my text here").repeat(3) ``` Happy to submit a PR with some guidance, thanks for...

.speak() is working perfect when "Do not disturb" is turn off, but when I turn on I can not hear anything. How to make .speak() working even in silent mode?

- I have added both "volume" and "defaultVolume" for iOS. New interface is documented in the README.md. - I have added react-native dev dependencies and Podfile to help on iOS...