After installing and linking in react-native v0.58.4 :
npm install --save react-native-audio recordreact-native link react-native-audio-record
I get the following error message after importing:
import AudioRecord from 'react-native-audio-record';
I'm fairly new to this, so could anyone point me in the right direction? I have tried implementing the code as explained in the 'Usage' section to see if it would run. However I get the following error:
Hi all,
After installing and linking in react-native v0.58.4 :
npm install --save react-native-audio record react-native link react-native-audio-record
I get the following error message after importing: import AudioRecord from 'react-native-audio-record';
I'm fairly new to this, so could anyone point me in the right direction? I have tried implementing the code as explained in the 'Usage' section to see if it would run. However I get the following error: