v1.0.0
- Support for modern React Native versions
- Fix deprecation warnings
- Rebuilt the example project to use RN 0.52
- Breaking change: due to how RN handles image assets, the API for loading images has changed. Now you just provide an asset key which is used to lookup the image in the
xcassets
catalog - Remove unnecessary files from the published package
- Fixed a bug where the app would display a duplicate alert when refreshing (only impacting development builds)
Thanks also to contributions from @stief510 @yannickoo @artkow 🎉