This is a React Native example application that could be used to test the react-native-tts functionalities on both Android or iOS.
Clone the repository and within your terminal run the following commands:
cd react-native-tts-example
yarn install
yarn run start
Open another terminal and run react-native run-ios --device "YOUR_DEVICE_NAME"
or react-native run-android