Skip to content
Merged
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.17.0)
- RiveRuntime (6.18.0)
- RNCAsyncStorage (2.2.0):
- DoubleConversion
- glog
Expand Down Expand Up @@ -1904,7 +1904,7 @@ PODS:
- ReactCommon/turbomodule/core
- RNWorklets
- Yoga
- RNRive (0.2.8):
- RNRive (0.3.2):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1928,7 +1928,7 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RiveRuntime (= 6.17.0)
- RiveRuntime (= 6.18.0)
- Yoga
- RNScreens (4.18.0):
- DoubleConversion
Expand Down Expand Up @@ -2379,12 +2379,12 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
RiveRuntime: 1c18823e5fd2b88f09666cf7c7ba14da7b8d52a4
RiveRuntime: 67df68cb59eeee7334a6c6656230393986858ac3
RNCAsyncStorage: a1c8cc8a99c32de1244a9cf707bf9d83d0de0f71
RNCPicker: 28c076ae12a1056269ec0305fe35fac3086c477d
RNGestureHandler: 6b39f4e43e4b3a0fb86de9531d090ff205a011d5
RNReanimated: 66b68ebe3baf7ec9e716bd059d700726f250d344
RNRive: 0a46f94d83acb672b088b2e26a4fce709b8c9ab1
RNRive: 2f0c6b599d74043cbc97ed60d705445f911a1c3f
RNScreens: f38464ec1e83bda5820c3b05ccf4908e3841c5cc
RNWorklets: b1faafefb82d9f29c4018404a0fb33974b494a7b
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
},
"homepage": "https://github.com/rive-app/rive-nitro-react-native#readme",
"runtimeVersions": {
"ios": "6.17.0",
"android": "11.2.1"
"ios": "6.18.0",
"android": "11.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
Loading