jsierles / react-native-audio

Audio recorder library for React Native
MIT License
1.16k stars 539 forks source link

Audio not playing in ios after successfully recording and sending the Audio #341

Open kulluji opened 5 years ago

kulluji commented 5 years ago

Version

Tell us which versions you are using ( you can see the versions in your package.json ):

react-native-audio : 4.2.2 react-native :0.59.3 react : 16.8.3 using react-native-sound ? Yes

Expected behaviour:

I am recording an Audio and trying to play the audio in ios but its not playing

Actual behaviour

Take a case..I record an audio in ios and send it..its not playing...However if i record an audio in android and then send it and then try to play the send audio in ios ..its playing..

Steps to reproduce

Please provide us with some code that we can run to reproduce your error

Link to a git repo that reproduces bug

If you put a GitHub repo that reproduces your issue then you significantly increase your chances of getting help!