We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Had the same error on react native version 0.64.x. Just ran npx react-native run-android and it solved the issue.
0.64.x
npx react-native run-android
Sorry, something went wrong.
I am pretty sure I tried those; i shall update the threads when i try same next time.
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 ran npx 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.
No branches or pull requests
I get the error "TypeError: null is not an object (evaluating 'Recording.init')" during
Please help.
The text was updated successfully, but these errors were encountered: