You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: