mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 13:35:32 +08:00
Bump versions of react-native, react, jest
This commit is contained in:
@@ -52,13 +52,13 @@
|
||||
"eslint-config-satya164": "^1.0.1",
|
||||
"eslint-plugin-react-native-globals": "^0.1.0",
|
||||
"husky": "^0.14.3",
|
||||
"jest": "^22.1.3",
|
||||
"jest": "^23.6.0",
|
||||
"prettier": "^1.8.2",
|
||||
"react": "16.3.1",
|
||||
"react": "16.6.3",
|
||||
"react-dom": "16.3.1",
|
||||
"react-native": "~0.55.4",
|
||||
"react-native": "^0.57.7",
|
||||
"react-navigation": "^2.11.2",
|
||||
"react-test-renderer": "16.3.1",
|
||||
"react-test-renderer": "16.6.0-alpha.8af6728",
|
||||
"release-it": "^7.6.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -88,8 +88,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"hoist-non-react-statics": "^3.0.1",
|
||||
"react-native-safe-area-view": "^0.11.0",
|
||||
"react-native-gesture-handler": "^1.0.0",
|
||||
"react-native-safe-area-view": "^0.11.0",
|
||||
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,12 @@ Object {
|
||||
"You should only render one navigator explicitly in your app, and other navigators should be rendered by including them in that navigator. Full details at: https://reactnavigation.org/docs/common-mistakes.html#explicitly-rendering-more-than-one-navigator",
|
||||
],
|
||||
],
|
||||
"results": Array [
|
||||
Object {
|
||||
"isThrow": false,
|
||||
"value": undefined,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
`;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user