kevinresol / react-native-sound-recorder

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

null is not an object (evaluating 'RNSoundRecorder.start') #46

Closed oshri-humanz closed 3 years ago

oshri-humanz commented 4 years ago

Getting an error while trying to compile/run the application with the library - react 16.13.1 react native 0.63.2

[Wed Aug 19 2020 13:59:29.461]  ERROR    TypeError: null is not an object (evaluating 'RNSoundRecorder.start')
[Wed Aug 19 2020 13:59:29.462]  ERROR    Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
[Wed Aug 19 2020 13:59:30.536]  ERROR    Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
kevinresol commented 4 years ago

Did you link the library and rebuild the native part?