Skip to content

Commit 668b672

Browse files
authored
fix: use patch version of RN64 to fix android build (#103)
1 parent 8752fa5 commit 668b672

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/RN64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "17.0.1",
14-
"react-native": "0.64.2"
14+
"react-native": "0.64.4"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",

test/RN64/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5093,10 +5093,10 @@ react-native-codegen@^0.0.6:
50935093
jscodeshift "^0.11.0"
50945094
nullthrows "^1.1.1"
50955095

5096-
react-native@0.64.2:
5097-
version "0.64.2"
5098-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.2.tgz#233b6ed84ac4749c8bc2a2d6cf63577a1c437d18"
5099-
integrity sha512-Ty/fFHld9DcYsFZujXYdeVjEhvSeQcwuTGXezyoOkxfiGEGrpL/uwUZvMzwShnU4zbbTKDu2PAm/uwuOittRGA==
5096+
react-native@0.64.4:
5097+
version "0.64.4"
5098+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.64.4.tgz#f9870f6951378421881cc66f6b5a6451bef7254d"
5099+
integrity sha512-nxYt/NrTmGyW6+tOd+Hqp4O8uJ2LLZkN7ispMPDprAq7bwvLkF/GXmDQCZHAEyqXuhIztTtMX41KqFQ6UMCUJQ==
51005100
dependencies:
51015101
"@jest/create-cache-key-function" "^26.5.0"
51025102
"@react-native-community/cli" "^5.0.1-alpha.1"

0 commit comments

Comments
 (0)