Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit a9afa9b

Browse files
committed
fix: remove dep on react-native-screens
1 parent 5e2bc88 commit a9afa9b

2 files changed

Lines changed: 26 additions & 7 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"url": "https://github.com/react-navigation/react-navigation-native/issues"
4040
},
4141
"homepage": "https://github.com/react-navigation/react-navigation-native#readme",
42+
"dependencies": {
43+
"hoist-non-react-statics": "^3.3.2",
44+
"react-native-safe-area-view": "^0.14.1"
45+
},
4246
"devDependencies": {
4347
"@expo/vector-icons": "^6.2.0",
4448
"@react-navigation/core": "^3.5.0-alpha.4",
@@ -59,6 +63,7 @@
5963
"react": "16.6.3",
6064
"react-dom": "16.3.2",
6165
"react-native": "^0.57.7",
66+
"react-native-screens": "^2.0.0-alpha.32",
6267
"react-navigation": "^2.11.2",
6368
"react-test-renderer": "16.6.3",
6469
"release-it": "^7.6.1"
@@ -88,10 +93,5 @@
8893
"prettier": {
8994
"trailingComma": "es5",
9095
"singleQuote": true
91-
},
92-
"dependencies": {
93-
"hoist-non-react-statics": "^3.0.1",
94-
"react-native-safe-area-view": "^0.14.1",
95-
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
9696
}
9797
}

yarn.lock

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,6 +2867,11 @@ dateformat@^3.0.0:
28672867
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
28682868
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
28692869

2870+
debounce@^1.2.0:
2871+
version "1.2.0"
2872+
resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.0.tgz#44a540abc0ea9943018dc0eaa95cce87f65cd131"
2873+
integrity sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==
2874+
28702875
debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
28712876
version "2.6.9"
28722877
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -4306,13 +4311,20 @@ hoist-non-react-statics@^2.2.0, hoist-non-react-statics@^2.3.1, hoist-non-react-
43064311
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
43074312
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
43084313

4309-
hoist-non-react-statics@^3.0.1, hoist-non-react-statics@^3.3.0:
4314+
hoist-non-react-statics@^3.3.0:
43104315
version "3.3.0"
43114316
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
43124317
integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==
43134318
dependencies:
43144319
react-is "^16.7.0"
43154320

4321+
hoist-non-react-statics@^3.3.2:
4322+
version "3.3.2"
4323+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
4324+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
4325+
dependencies:
4326+
react-is "^16.7.0"
4327+
43164328
home-or-tmp@^2.0.0:
43174329
version "2.0.0"
43184330
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -7148,11 +7160,18 @@ react-native-safe-area-view@^0.14.1:
71487160
dependencies:
71497161
hoist-non-react-statics "^2.3.1"
71507162

7151-
"react-native-screens@^1.0.0 || ^1.0.0-alpha", react-native-screens@^1.0.0-alpha.11:
7163+
react-native-screens@^1.0.0-alpha.11:
71527164
version "1.0.0-alpha.22"
71537165
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.22.tgz#7a120377b52aa9bbb94d0b8541a014026be9289b"
71547166
integrity sha512-kSyAt0AeVU6N7ZonfV6dP6iZF8B7Bce+tk3eujXhzBGsLg0VSLnU7uE9VqJF0xdQrHR91ZjGgVMieo/8df9KTA==
71557167

7168+
react-native-screens@^2.0.0-alpha.32:
7169+
version "2.0.0-alpha.32"
7170+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-2.0.0-alpha.32.tgz#a23e0458e24984e3a1bd130292f9ad8a118b1e15"
7171+
integrity sha512-dMw+dGL8UfcS+RQXfUGpdduSkmQN/8l3CJg9+YAwgrgejUpE1YYFnr2gP4GPhie0sBLBdfLj0svNwY1vhnO0Tg==
7172+
dependencies:
7173+
debounce "^1.2.0"
7174+
71567175
react-native-tab-view@^0.0.77:
71577176
version "0.0.77"
71587177
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.77.tgz#11ceb8e7c23100d07e628dc151b57797524d00d4"

0 commit comments

Comments
 (0)