My problem is recorded audios on ios devices have 0 duration but except duration the recorder works perfectly. (on android the duration works fine, too.) now I try to build example to see how it is work in example, but failed due to following error:
Module react-native-audio does not exist in the Haste module map
react-native-audio : ../
react-native : 0.57.1
react : 16.5.0
using react-native-sound ? No
Expected behaviour : build successfully
What were you trying to do and what did you expect to happen ?
try to build example
Actual behaviour
throw this error:
Module react-native-audio does not exist in the Haste module map
What happened when your issue occurred ? The more details you provide here the better the odds are that someone will help you resolve your issue
Steps to reproduce
clone project >> npm i --save >> run in xcode on real device (mine is iphone 5s)
My problem is recorded audios on ios devices have 0 duration but except duration the recorder works perfectly. (on android the duration works fine, too.) now I try to build example to see how it is work in example, but failed due to following error:
react-native-audio : ../ react-native : 0.57.1 react : 16.5.0 using react-native-sound ? No
Expected behaviour : build successfully
What were you trying to do and what did you expect to happen ?
try to build example
Actual behaviour
throw this error:
What happened when your issue occurred ? The more details you provide here the better the odds are that someone will help you resolve your issue
Steps to reproduce
clone project >> npm i --save >> run in xcode on real device (mine is iphone 5s)