Skip to content

Commit 0537203

Browse files
authored
Bump RiveRuntime iOS SDK to 6.20.4 (#270)
Fixes flaky autoplay harness tests. The 6.20.1 fix for "massive timestamp delta on first frame" was causing the animation to jump through its entire cycle in one frame, making ypos property change detection unreliable. Verified with 100 consecutive test runs (0 failures).
1 parent 45f34b0 commit 0537203

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ PODS:
22422242
- React-perflogger (= 0.80.3)
22432243
- React-utils (= 0.80.3)
22442244
- SocketRocket
2245-
- RiveRuntime (6.20.0)
2245+
- RiveRuntime (6.20.4)
22462246
- RNCAsyncStorage (2.2.0):
22472247
- boost
22482248
- DoubleConversion
@@ -2422,7 +2422,7 @@ PODS:
24222422
- RNWorklets
24232423
- SocketRocket
24242424
- Yoga
2425-
- RNRive (0.4.6):
2425+
- RNRive (0.4.7):
24262426
- boost
24272427
- DoubleConversion
24282428
- fast_float
@@ -2450,7 +2450,7 @@ PODS:
24502450
- ReactCodegen
24512451
- ReactCommon/turbomodule/bridging
24522452
- ReactCommon/turbomodule/core
2453-
- RiveRuntime (= 6.20.0)
2453+
- RiveRuntime (= 6.20.4)
24542454
- SocketRocket
24552455
- Yoga
24562456
- RNScreens (4.18.0):
@@ -2935,12 +2935,12 @@ SPEC CHECKSUMS:
29352935
ReactAppDependencyProvider: bd4d54d31d1a9e2eddff7675bb7628731a42b98c
29362936
ReactCodegen: 8e8c7dc0113d08d218f409fbb2cd3b966b982e11
29372937
ReactCommon: 04362bc6625a80fa21b174f527352db70e5ad06a
2938-
RiveRuntime: 12f860505e052a8b48c580f35f1d5d5cad6709b7
2938+
RiveRuntime: f99ddd1d4b6a420dea5943ff52502e8f92ae7a92
29392939
RNCAsyncStorage: 1f04c8d56558e533277beda29187f571cf7eecb2
29402940
RNCPicker: a0b804b489974349cde24b41b654ce9d5eefa504
29412941
RNGestureHandler: 5b17f2ffba1909187924a248aaca7d077673d857
29422942
RNReanimated: d9b3c88b7a722ce8129ca8c96abd06d822ed315e
2943-
RNRive: 63a8e07c3b2e1ebfdcef7dcba3efdd71e90e93a8
2943+
RNRive: fc8277cea345e59de9178dddb3b1729fcf8ef695
29442944
RNScreens: f35bcc83b6e3a871635b1c28728e63c9560f159a
29452945
RNWorklets: 7fb44cd32a491df4a4832cce2f3b0aaaf813956d
29462946
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"homepage": "https://github.com/rive-app/rive-nitro-react-native#readme",
6767
"runtimeVersions": {
68-
"ios": "6.20.0",
68+
"ios": "6.20.4",
6969
"android": "11.4.1"
7070
},
7171
"publishConfig": {

0 commit comments

Comments
 (0)