Skip to content

Release 9.3.1

Choose a tag to compare

@dioscurus dioscurus released this 16 May 18:55
· 30 commits to main since this release

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.