From fcf691d0369ad92b97574bd8f9c92408d9c702c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Thu, 16 Apr 2026 08:33:07 +0200 Subject: [PATCH] fix: bump native runtimes (iOS 6.18.2, Android 11.4.0) --- README.md | 12 ++++++------ example/ios/Podfile.lock | 10 +++++----- package.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8053e1d..d7662ee 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ By default, `rive-react-native` uses the native SDK versions specified in `packa ```json "runtimeVersions": { - "ios": "6.15.2", - "android": "11.2.0" + "ios": "6.18.2", + "android": "11.4.0" } ``` @@ -128,7 +128,7 @@ Create or edit `ios/Podfile.properties.json`: ```json { - "RiveRuntimeIOSVersion": "6.15.2" + "RiveRuntimeIOSVersion": "6.18.2" } ``` @@ -143,7 +143,7 @@ cd ios && pod install Add to `android/gradle.properties`: ```properties -Rive_RiveRuntimeAndroidVersion=11.2.0 +Rive_RiveRuntimeAndroidVersion=11.4.0 ``` #### Expo Projects @@ -161,13 +161,13 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ [ withPodfileProperties, { - RiveRuntimeIOSVersion: '6.15.2', + RiveRuntimeIOSVersion: '6.18.2', }, ], [ withGradleProperties, { - Rive_RiveRuntimeAndroidVersion: '11.2.0', + Rive_RiveRuntimeAndroidVersion: '11.4.0', }, ], ], diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2a4d101..68304a1 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1690,10 +1690,10 @@ PODS: - React-logger (= 0.76.7) - React-perflogger (= 0.76.7) - React-utils (= 0.76.7) - - rive-react-native (9.7.1): + - rive-react-native (9.8.1): - React-Core - - RiveRuntime (= 6.15.2) - - RiveRuntime (6.15.2) + - RiveRuntime (= 6.18.2) + - RiveRuntime (6.18.2) - RNCPicker (2.11.0): - DoubleConversion - glog @@ -2222,8 +2222,8 @@ SPEC CHECKSUMS: React-utils: 0342746d2cf989cf5e0d1b84c98cfa152edbdf3f ReactCodegen: e1c019dc68733dd2c5d3b263b4a6dc72002c0045 ReactCommon: 81e0744ee33adfd6d586141b927024f488bc49ea - rive-react-native: 9f14e5bd0fc53537a6d04c0164163cc6bd994f94 - RiveRuntime: b2c29a7e1fbf2aabd1fffcb7b9cf43c4d515a841 + rive-react-native: 42e74b37776e61588e28acb1e3066f37fdd55bbd + RiveRuntime: 55c7a7badd9a8389d20fc8a75b7c6accc851b69a RNCPicker: c657bd58a82b164a957812f82a0b4bab4245de2e RNGestureHandler: 16ef3dc2d7ecb09f240f25df5255953c4098819b RNReanimated: a2692304a6568bc656c04c8ffea812887d37436e diff --git a/package.json b/package.json index 36aaf95..b1bc88b 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "rive-react-native", "version": "9.8.1", "runtimeVersions": { - "ios": "6.15.2", - "android": "11.2.0" + "ios": "6.18.2", + "android": "11.4.0" }, "workspaces": [ "example"