David Yarzebinski
David Yarzebinski
Seeing same issue here. Have tried running from xcode to look for errors and have seen some suggesting that the subdomain that you call may need to be added to...
Same issue, been digging into the native code and the player is most likely getting passed nil data for initilization and thats where the error is being throwm, how to...
> @Coffeegerm one more thing - it would be amazing, as part of this PR, to have the [example app](https://github.com/react-native-datetimepicker/datetimepicker/blob/master/example/App.js) converted to TS as well - there we would see...
Sorry for the long turn around on this, life's been pretty hectic lately. I'm hoping to be able to focus on this once more as I'd love to have TS...
Still seeing this issue on iOS for an s3 bucket .wav file. Able to fetch and play audio on Android though.
After adding @SurajMDurgad change i now see that we are loading the sound correctly but I'm not able to play it, this is likely due to the difference that I'm...
@a-tokyo Your solution seemed to help in my case thanks! The docs for the package probably should just be updated to reflect this, but the best bet considering this package...
Getting the same thing and it looks like `fig restart` clears up the error.
Upgrading from 69 up to 70 and seeing the same error, however I am not seeing it in runtime but instead when running tests. I've gone ahead and updated both...
@bwindsor Dang, neither ``` "overrides": { "@react-native-community/cli": "^10.1.0" } ``` or ``` "overrides": { "react-native: { "@react-native-community/cli": "^10.1.0" } } ``` have seemed to work. Not seeing any indication of...