qiuxiang/react-native-recording

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

anilsamuel opened this issue · 3 comments

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.

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

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.

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.