goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
176 stars 100 forks source link

Wrong promise resolving on android #20

Closed actondev closed 5 years ago

actondev commented 5 years ago

When calling stop, the Android implementation calls promise.resolve() even before the file is actually is saved. This leads to unexpected behavior