Skip to content
New issue

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

TypeError: null is not an object (evaluating 'Recording.init') #28

Open
anilsamuel opened this issue Nov 23, 2020 · 3 comments
Open

TypeError: null is not an object (evaluating 'Recording.init') #28

anilsamuel opened this issue Nov 23, 2020 · 3 comments

Comments

@anilsamuel
Copy link

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
Copy link

Had the same error on react native version 0.64.x. Just ran npx react-native run-android and it solved the issue.

@anilsamuel
Copy link
Author

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.

@mdyerf
Copy link

mdyerf commented Aug 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants