TypeError: null is not an object (evaluating 'Recording.init')
anilsamuel opened this issue · 3 comments
anilsamuel commented
I get the error "TypeError: null is not an object (evaluating 'Recording.init')" during
useEffect(() => {
Recording.init({
bufferSize: 4096,
sampleRate: 44100,
bitsPerChannel: 16,
channelsPerFrame: 1,
});
})
Please help.
lzukanovic commented
Had the same error on react native version 0.64.x
. Just ran npx react-native run-android
and it solved the issue.
anilsamuel commented
Had the same error on react native version
0.64.x
. Just rannpx react-native run-android
and it solved the issue.
I am pretty sure I tried those; i shall update the threads when i try same next time.
mdyerf commented
I have the same problem and I don't know what to do
please tell me that what should I do exactly
Had the same error on react native version
0.64.x
. Just rannpx react-native run-android
and it solved the issue.I am pretty sure I tried those; i shall update the threads when i try same next time.