Releases: rive-app/rive-react-native
Releases · rive-app/rive-react-native
Release 2.1.36
2.1.36 (2022-02-22)
Bug Fixes
- update android build gradle with new version fix and update example ios project podfile (ffdec23)
- update some versions & make changes for rive2.0 & add initializationprovider (2e77b8e)
Release 2.1.33
2.1.33 (2021-09-28)
Bug Fixes
- linting issues in Rive.tsx (50d7843)
- update readme to include instructions on how to debug against local android (788673f)
- update to latest android, removing the need for lifecycle interventions (4146d9e)
Release 2.1.31
2.1.31 (2021-08-19)
Bug Fixes
- bump rive-android version to fix animations being paused when window reattaches (9f1e934)
Release 2.1.30
2.1.30 (2021-08-19)
Bug Fixes
- make ExceptionsManagerModule nullable (51f58d8)
Release 2.1.29
2.1.29 (2021-08-02)
Bug Fixes
- enabling hermes on example app (64580a5)
Features
- adding distance constraint support (eeee656)
Release 2.1.27
2.1.27 (2021-07-05)
Bug Fixes
- added basic template for iOS error handling (#96) (9586097)
- basic template for error handling android (#92) (fef327e)
- bump rive-ios version to include bitcode fixes (b712357)
- error handling final clean up (#99) (725100b)
- properly create NSError with NSLocalizedDescription (cec7d49)
- way how we create key for error's localized description (5dddfdd)
Features