@patrickkempff has done a lot to improve the stability and usefulness of this library in this release 🙏🏻.
Changed
- A
Resources.NotFoundException
will now be thrown if a local image cannot be resolved. (7859d5b - @patrickkempff)
Fixed
- Not rendering local images in production builds. (47e36ed - @patrickkempff)
- Crash where activity was already destroyed before React Native could cleanup view manager. (8f702ed - @patrickkempff)
- Incorrect Flow types. (ba44753 - @retyui)