Dustin Bahr
Dustin Bahr
### Description I need to be able to include a downloaded image in an animation. On iOS, I can accomplish this by using `react-native-fs` to save the image to `RNFS.MainBundlePath`...
The release notes send you to the [upgrade helper](https://react-native-community.github.io/upgrade-helper/), which is great, except, no human could possibly follow the diff log for the xcode project. Why aren't the steps to...
This will allow calling pause or play while a track is loading and having the expected result when it finishes. Fixes #114
**Describe the bug** If `pause()` is called while the next track is loading, the track still plays after it has loaded. **Expected behavior** The track would not play once it...
**Is your feature request related to a problem? Please describe.** In my project I would like to override some portions of QueuedAudioPlayer. I cannot because is it marked as `public`,...
Is it possible to use this library to play files that are served from S3 with Content-Type: application/octet-stream headers?
**Describe the bug** SVG rectangles with the `rx` attribute are converted to rectangles without rounded corners. **To Reproduce** ```svg ``` ```swift struct IconMinusShape: Shape { func path(in rect: CGRect) ->...
Thank you so much, this was extremely helpful. Have you needed to do that same thing on Android? Can you point to an equally helpful resource for that? Sorry for...
[iOS] System offer redemption UI does not dismiss after success. ( presentCodeRedemptionSheetIOS )
**Description** This is occurring in production environment (live app on the iOS App Store), using a [Custom Offer Code](https://help.apple.com/app-store-connect/#/dev6a098e4b1). The offer code redemption UI is displayed as expected when calling...