react-native
react-native copied to clipboard
feature/tts
This pull request adds support a new prop onSpeakAloudText() in the <MapView> component.
This new callback allows integrators to use their own implementation of Text-To-Speech without adding hard dependency on TTS third party libraries on our React Native plugin.
A reference implementation is been added to the example app.