Releases: rive-app/rive-react-native
Releases Β· rive-app/rive-react-native
Release 9.6.2
Release 9.6.1
Release 9.6.0
Bump to Rive Android 6.11.4 and iOS 6.11.4
Notable fixes:
- This resolves several rendering issues on Android.
- Resolves several low-level memory issues and crashes on both iOS and Android.
Please see the change log for Rive native iOS and native Android for more details.
Release 9.5.0
Bumps iOS to: 6.11.1 and Android to 10.4.1
See the respective iOS and Android release notes for updates.
Notable fix on Android:
- This release refactors how the JNIRenderer object in the Legacy API is cleaned up, solving an existing issue with potential ANRs.
- It also solves an issue with Mali T720 devices.
Release 9.4.0
Release 9.3.4
Release 9.3.3
Release 9.3.2
9.3.2 (2025-05-29)
Release 9.3.1
9.3.1 (2025-05-16)
Rive native iOS
- Fixes an issue where Rive graphics on external displays would be paused when the main device was locked
- Fixes an issue where JPEG and PNG images were not getting decoded on tvOS
Rive native Android
- Fixes the Rive Renderer (default on versions 10+) on certain ARM Mali devices. This would manifest as rainbow colored squares covering the screen. This was due to uninitialized pixel local storage, due to scant details in the specification.
- Includes the beginnings of the new threading model (not currently being used) which will ultimately replace the existing JNIRenderer setup.
Release 9.3.0
9.3.0 (2025-05-08)
Features
- add data binding config (84ee123)
- add data binding observability (c7e408e)
- add source prop (ffa9af2)
- android add databinding config, error handling, and rive ready hook (b0a4338)
- data binding add trigger property hook (5930c6b)
- ios add databinding observability and useRive hook on ready (ab832e8)
- ios: add databinding error handling (46f4b24)
- partial data binding support (e5ca96e)