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
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ PODS:
- React-logger (= 0.79.2)
- React-perflogger (= 0.79.2)
- React-utils (= 0.79.2)
- RiveRuntime (6.18.2)
- RiveRuntime (6.19.0)
- RNCAsyncStorage (2.2.0):
- DoubleConversion
- glog
Expand Down Expand Up @@ -1904,7 +1904,7 @@ PODS:
- ReactCommon/turbomodule/core
- RNWorklets
- Yoga
- RNRive (0.4.2):
- RNRive (0.4.3):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1928,7 +1928,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RiveRuntime (= 6.18.2)
- RiveRuntime (= 6.19.0)
- Yoga
- RNScreens (4.18.0):
- DoubleConversion
Expand Down Expand Up @@ -2379,12 +2379,12 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
RiveRuntime: 55c7a7badd9a8389d20fc8a75b7c6accc851b69a
RiveRuntime: 72daf4566aad6e3d0aa9f7fb3e750cbc393ee161
RNCAsyncStorage: a1c8cc8a99c32de1244a9cf707bf9d83d0de0f71
RNCPicker: 28c076ae12a1056269ec0305fe35fac3086c477d
RNGestureHandler: 6b39f4e43e4b3a0fb86de9531d090ff205a011d5
RNReanimated: 66b68ebe3baf7ec9e716bd059d700726f250d344
RNRive: c02b3545abcf477d074945c5103f9f4bc9d8d672
RNRive: 53b88a9d5c63d614fc95d357bf9081ad5a6b52dd
RNScreens: f38464ec1e83bda5820c3b05ccf4908e3841c5cc
RNWorklets: b1faafefb82d9f29c4018404a0fb33974b494a7b
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"homepage": "https://github.com/rive-app/rive-nitro-react-native#readme",
"runtimeVersions": {
"ios": "6.18.2",
"ios": "6.19.0",
"android": "11.4.0"
},
"publishConfig": {
Expand Down
Loading