JoaoCnh / react-native-android-voice

react-native-android-voice is a speech-to-text library for React Native for the Android Platform.
MIT License
101 stars 33 forks source link

Apply ActivityEventListener interface changes to onActivityResult method #23

Closed de-code closed 7 years ago

de-code commented 7 years ago

This is to apply changes mainly described here: https://github.com/facebook/react-native/commit/fbd2e139103e3d520f6dfc009d6200f8b8168e35

I've also removed the repositories configuration as the react-native mvn package won't receive any updates anymore. (See https://github.com/facebook/react-native/issues/6459)

JoaoCnh commented 7 years ago

As soon as I sit on my computer I'll test it out and approve and launch a new npm version. Thanks for contributing and helping

nehvaleem commented 7 years ago

@JoaoCnh could you please merge it? Without these changes it doesn't work on my android device.