Skip to content

Commit eb2cf99

Browse files
committed
Updated the deprecated react-native packages to latest version. Upgraded the peer dependencies.
1 parent eb6df40 commit eb2cf99

File tree

4 files changed

+26706
-5263
lines changed

4 files changed

+26706
-5263
lines changed

bin/fc-builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ delete file.dependencies["react"];
77
delete file.dependencies["react-native"];
88

99
file.peerDependencies = {
10-
"react": "16.13.1",
11-
"react-native": "^0.63.4",
10+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
11+
"react-native": "^0.64.0",
1212
"react-native-webview": "^11.0.0"
1313
};
1414

0 commit comments

Comments
 (0)