Skip to content

Commit 808fca1

Browse files
authored
Bump react-native-reanimated to 3.16.4 (#577)
1 parent 540db5f commit 808fca1

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install @expensify/react-native-live-markdown react-native-reanimated expens
2020
npx expo install @expensify/react-native-live-markdown react-native-reanimated expensify-common
2121
```
2222

23-
React Native Live Markdown requires [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) 3.16.3 or newer and [expensify-common](https://github.com/Expensify/expensify-common) 2.0.108 or newer.
23+
React Native Live Markdown requires [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) 3.16.4 or newer and [expensify-common](https://github.com/Expensify/expensify-common) 2.0.108 or newer.
2424

2525
Then, install the iOS dependencies with CocoaPods:
2626

example/ios/Podfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ PODS:
14971497
- React-logger (= 0.75.3)
14981498
- React-perflogger (= 0.75.3)
14991499
- React-utils (= 0.75.3)
1500-
- RNLiveMarkdown (0.1.203):
1500+
- RNLiveMarkdown (0.1.205):
15011501
- DoubleConversion
15021502
- glog
15031503
- hermes-engine
@@ -1517,10 +1517,10 @@ PODS:
15171517
- ReactCodegen
15181518
- ReactCommon/turbomodule/bridging
15191519
- ReactCommon/turbomodule/core
1520-
- RNLiveMarkdown/newarch (= 0.1.203)
1520+
- RNLiveMarkdown/newarch (= 0.1.205)
15211521
- RNReanimated/worklets
15221522
- Yoga
1523-
- RNLiveMarkdown/newarch (0.1.203):
1523+
- RNLiveMarkdown/newarch (0.1.205):
15241524
- DoubleConversion
15251525
- glog
15261526
- hermes-engine
@@ -1542,7 +1542,7 @@ PODS:
15421542
- ReactCommon/turbomodule/core
15431543
- RNReanimated/worklets
15441544
- Yoga
1545-
- RNReanimated (3.16.3):
1545+
- RNReanimated (3.16.4):
15461546
- DoubleConversion
15471547
- glog
15481548
- hermes-engine
@@ -1562,10 +1562,10 @@ PODS:
15621562
- ReactCodegen
15631563
- ReactCommon/turbomodule/bridging
15641564
- ReactCommon/turbomodule/core
1565-
- RNReanimated/reanimated (= 3.16.3)
1566-
- RNReanimated/worklets (= 3.16.3)
1565+
- RNReanimated/reanimated (= 3.16.4)
1566+
- RNReanimated/worklets (= 3.16.4)
15671567
- Yoga
1568-
- RNReanimated/reanimated (3.16.3):
1568+
- RNReanimated/reanimated (3.16.4):
15691569
- DoubleConversion
15701570
- glog
15711571
- hermes-engine
@@ -1585,9 +1585,9 @@ PODS:
15851585
- ReactCodegen
15861586
- ReactCommon/turbomodule/bridging
15871587
- ReactCommon/turbomodule/core
1588-
- RNReanimated/reanimated/apple (= 3.16.3)
1588+
- RNReanimated/reanimated/apple (= 3.16.4)
15891589
- Yoga
1590-
- RNReanimated/reanimated/apple (3.16.3):
1590+
- RNReanimated/reanimated/apple (3.16.4):
15911591
- DoubleConversion
15921592
- glog
15931593
- hermes-engine
@@ -1608,7 +1608,7 @@ PODS:
16081608
- ReactCommon/turbomodule/bridging
16091609
- ReactCommon/turbomodule/core
16101610
- Yoga
1611-
- RNReanimated/worklets (3.16.3):
1611+
- RNReanimated/worklets (3.16.4):
16121612
- DoubleConversion
16131613
- glog
16141614
- hermes-engine
@@ -1897,8 +1897,8 @@ SPEC CHECKSUMS:
18971897
React-utils: f2afa6acd905ca2ce7bb8ffb4a22f7f8a12534e8
18981898
ReactCodegen: e35c23cdd36922f6d2990c6c1f1b022ade7ad74d
18991899
ReactCommon: 289214026502e6a93484f4a46bcc0efa4f3f2864
1900-
RNLiveMarkdown: ed779eaf35a346f5254079b825a13f0a032ba64a
1901-
RNReanimated: ab6c33a61e90c4cbe5dbcbe65bd6c7cb3be167e6
1900+
RNLiveMarkdown: bf0f16b1e8c3320d600a5931d270e19afef9fa92
1901+
RNReanimated: 75df06d3a81fc147b83056ae469512f573365b1d
19021902
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
19031903
Yoga: 1354c027ab07c7736f99a3bef16172d6f1b12b47
19041904

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"expensify-common": "2.0.108",
1313
"react": "18.3.1",
1414
"react-native": "0.75.3",
15-
"react-native-reanimated": "3.16.3"
15+
"react-native-reanimated": "3.16.4"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"react": "18.3.1",
9494
"react-native": "0.75.3",
9595
"react-native-builder-bob": "^0.20.0",
96-
"react-native-reanimated": "3.16.3",
96+
"react-native-reanimated": "3.16.4",
9797
"react-native-web": "^0.19.10",
9898
"release-it": "^15.0.0",
9999
"turbo": "^1.10.7",
@@ -103,7 +103,7 @@
103103
"expensify-common": ">=2.0.108",
104104
"react": "*",
105105
"react-native": "*",
106-
"react-native-reanimated": ">=3.16.3"
106+
"react-native-reanimated": ">=3.16.4"
107107
},
108108
"workspaces": [
109109
"./example",

0 commit comments

Comments
 (0)