kevinresol / react-native-sound-recorder

Simplest Sound Recorder for React Native
MIT License
119 stars 36 forks source link

Handle exception on the start of recording #20

Closed pilartomas closed 5 years ago

pilartomas commented 5 years ago

IllegalStateException isn't being caught and propagated to react-native via rejected promise which causes application to crash.

kevinresol commented 5 years ago

Thanks!