Skip to content

Releases: rive-app/rive-nitro-react-native

v0.4.0

31 Mar 05:26
4fb46a1

Choose a tag to compare

0.4.0 (2026-03-30)

⚠ BREAKING CHANGES

  • hooks start undefined, useViewModelInstance returns {instance, error} (#184)

Bug Fixes

  • hooks start undefined, useViewModelInstance returns {instance, error} (#184) (059e5f4)

v0.3.4

30 Mar 17:16
1d00468

Choose a tag to compare

0.3.4 (2026-03-30)

Features

  • add getPropertyCountAsync and getInstanceCountAsync and deprecate propertyCount and instanceCount (#198) (6244b2e)

v0.3.3

26 Mar 21:27
5cfe971

Choose a tag to compare

0.3.3 (2026-03-26)

Features

  • bump rive-ios to 6.18.0 and rive-android to 11.3.1 (#193) (bad9c60)

Bug Fixes

  • android: animation freezes when file has ViewModels but no artboard default (#196) (21c71fd)

v0.3.2

26 Mar 06:17
abdb71e

Choose a tag to compare

0.3.2 (2026-03-25)

Features

  • add async API compat layer for experimental migration (#183) (c788ad6)

v0.3.1

20 Mar 06:22
3adf4a6

Choose a tag to compare

0.3.1 (2026-03-19)

Bug Fixes

  • bump iOS runtime to 6.17.0 and Android to 11.2.1 (#182) (a7ca079), closes #164

v0.3.0

13 Mar 16:10
608f536

Choose a tag to compare

0.3.0 (2026-03-13)

⚠ BREAKING CHANGES

  • minimum nitro-modules version is now 0.35.0

Bug Fixes

v0.2.8

13 Mar 11:18
fc933b0

Choose a tag to compare

0.2.8 (2026-03-13)

Bug Fixes

  • Xcode 26 compatibility — strip .Swift submodule from RiveRuntime modulemaps (#174) (e82c4be)

v0.2.7

06 Mar 12:14
9831e19

Choose a tag to compare

0.2.7 (2026-03-06)

Features

v0.2.6

05 Mar 11:31
fa32f3e

Choose a tag to compare

0.2.6 (2026-03-05)

Bug Fixes

  • restrict nitro to <0.35, as we are not compatible with 0.35 (#170) (b304000)

v0.2.5

02 Mar 13:47
e3479d6

Choose a tag to compare

0.2.5 (2026-03-02)

Bug Fixes

  • android: pass autoBind to SDK when dataBind is set (#156) (#157) (3d8e5a4)
  • ios: restart render loop after setting state machine inputs (#162) (1349bd8), closes #161