-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
π± iOSRelated to iOSRelated to iOSπ help wantedExtra attention is neededExtra attention is needed
Description
Version of react-native-audio-recorder-player
"react-native-audio-recorder-player": "^3.5.1"
Version of React Native
"react-native": "0.66.0"
Platforms you faced the error (IOS or Android or both?)
IOS
Expected behavior
startPlayer works with an audio I stored in my server.
const path = 'https://staging.media.ensembl.fr/original/uploads/26403543-c7d0-4d44-82c2-eb8364c614d0'
await audioPlayer.startPlayer(path);
Actual behavior
It only works on Android with "react-native-audio-recorder-player": "^3.5.1"
It works on iOS and Android when I downgrade to "react-native-audio-recorder-player": "^2.7.0"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
π± iOSRelated to iOSRelated to iOSπ help wantedExtra attention is neededExtra attention is needed