Bumps Rive Android to 10.4.5 and iOS to 6.12.1
9.7.0 (2025-11-10)
Features
- add comprehensive CI workflow (865258e)
- add native SDK version customization (f227074)
- warn for unreferenced assets (1c6884a)
Bug Fixes
- always run pod install to generate codegen files (c05ff54)
- include codegen files in CocoaPods cache (4c4106e)
- iOS broken builds because of an extra space character (110f834)
- remove touchable layer in JS to avoid duplicated pointer events (7514d4a)
- replace force unwrapping with safe casting in RiveReactNativeViewManager (f181da1), closes #376
- improve URL validation and file loading in iOS, PR
- support file asset loading on android, PR