Skip to content

Commit

Permalink
Bump react-native-reanimated to 3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Nov 26, 2024
1 parent 3c8b4ba commit 5c14608
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ PODS:
- ReactCommon/turbomodule/core
- RNReanimated/worklets
- Yoga
- RNReanimated (3.16.1):
- RNReanimated (3.16.3):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1562,10 +1562,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.16.1)
- RNReanimated/worklets (= 3.16.1)
- RNReanimated/reanimated (= 3.16.3)
- RNReanimated/worklets (= 3.16.3)
- Yoga
- RNReanimated/reanimated (3.16.1):
- RNReanimated/reanimated (3.16.3):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1585,9 +1585,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.16.1)
- RNReanimated/reanimated/apple (= 3.16.3)
- Yoga
- RNReanimated/reanimated/apple (3.16.1):
- RNReanimated/reanimated/apple (3.16.3):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1608,7 +1608,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated/worklets (3.16.1):
- RNReanimated/worklets (3.16.3):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1898,7 +1898,7 @@ SPEC CHECKSUMS:
ReactCodegen: e35c23cdd36922f6d2990c6c1f1b022ade7ad74d
ReactCommon: 289214026502e6a93484f4a46bcc0efa4f3f2864
RNLiveMarkdown: ab4c8425068c97fa7cca6bbf376ed1d83e0df166
RNReanimated: e52ba6a86fb976eee1e51c7e5598bdc11c32be6b
RNReanimated: ab6c33a61e90c4cbe5dbcbe65bd6c7cb3be167e6
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 1354c027ab07c7736f99a3bef16172d6f1b12b47

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"expensify-common": "2.0.106",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-reanimated": "3.16.1"
"react-native-reanimated": "3.16.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-builder-bob": "^0.20.0",
"react-native-reanimated": "3.16.1",
"react-native-reanimated": "3.16.3",
"react-native-web": "^0.19.10",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
Expand All @@ -101,7 +101,7 @@
"expensify-common": ">=2.0.106",
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=3.16.1"
"react-native-reanimated": ">=3.16.3"
},
"workspaces": [
"./example",
Expand Down

0 comments on commit 5c14608

Please sign in to comment.