prscX / react-native-voice-recorder

React Native: Native Audio Recorder View
Apache License 2.0
93 stars 14 forks source link

Audio recorder responds to image picker activity result on Android #10

Open ericdevries opened 5 years ago

ericdevries commented 5 years ago

When having both react-native-image-picker and react-native-voice-recorder installed and configured, picking an image from react-native-image-picker will trigger the callback in RNVoiceRecorderModule.java (onActivityResult) and crash because the _onDone variable is null.

It should check for the type of callback, and wether the _onDone variable is even set to something