Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ By default, `rive-react-native` uses the native SDK versions specified in `packa

```json
"runtimeVersions": {
"ios": "6.23.1",
"android": "11.9.1"
"ios": "6.24.0",
"android": "11.10.0"
}
```

Expand All @@ -128,7 +128,7 @@ Create or edit `ios/Podfile.properties.json`:

```json
{
"RiveRuntimeIOSVersion": "6.23.1"
"RiveRuntimeIOSVersion": "6.24.0"
}
```

Expand All @@ -143,7 +143,7 @@ cd ios && pod install
Add to `android/gradle.properties`:

```properties
Rive_RiveRuntimeAndroidVersion=11.9.1
Rive_RiveRuntimeAndroidVersion=11.10.0
```

#### Expo Projects
Expand All @@ -161,13 +161,13 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
[
withPodfileProperties,
{
RiveRuntimeIOSVersion: '6.23.1',
RiveRuntimeIOSVersion: '6.24.0',
},
],
[
withGradleProperties,
{
Rive_RiveRuntimeAndroidVersion: '11.9.1',
Rive_RiveRuntimeAndroidVersion: '11.10.0',
},
],
],
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1692,8 +1692,8 @@ PODS:
- React-utils (= 0.76.7)
- rive-react-native (9.8.5):
- React-Core
- RiveRuntime (= 6.23.1)
- RiveRuntime (6.23.1)
- RiveRuntime (= 6.24.0)
- RiveRuntime (6.24.0)
- RNCPicker (2.11.0):
- DoubleConversion
- glog
Expand Down Expand Up @@ -2222,8 +2222,8 @@ SPEC CHECKSUMS:
React-utils: 0342746d2cf989cf5e0d1b84c98cfa152edbdf3f
ReactCodegen: e1c019dc68733dd2c5d3b263b4a6dc72002c0045
ReactCommon: 81e0744ee33adfd6d586141b927024f488bc49ea
rive-react-native: 91b6bad244eb8cfe0cb6c97158c5b4280b450754
RiveRuntime: b544ffc5191ae20ce96f51f44955b3e5c515a518
rive-react-native: 5c5234c1d564c6a3cad709bb55d6b2a9d511849c
RiveRuntime: 34b1681a20b64bfb549f210fe7365fafb9321b8a
RNCPicker: c657bd58a82b164a957812f82a0b4bab4245de2e
RNGestureHandler: 16ef3dc2d7ecb09f240f25df5255953c4098819b
RNReanimated: a2692304a6568bc656c04c8ffea812887d37436e
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "rive-react-native",
"version": "9.8.5",
"runtimeVersions": {
"ios": "6.23.1",
"android": "11.9.1"
"ios": "6.24.0",
"android": "11.10.0"
},
"workspaces": [
"example"
Expand Down
Loading