mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
Move react-native-screens to peerDependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-navigation-stack",
|
"name": "react-navigation-stack",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"description": "Stack navigator component for React Navigation",
|
"description": "Stack navigator component for React Navigation",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
@@ -32,9 +32,6 @@
|
|||||||
"url": "https://github.com/react-navigation/react-navigation-stack/issues"
|
"url": "https://github.com/react-navigation/react-navigation-stack/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
|
"homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
|
||||||
"dependencies": {
|
|
||||||
"react-native-screens": "^1.0.0-alpha.10"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@expo/vector-icons": "^6.2.0",
|
"@expo/vector-icons": "^6.2.0",
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
@@ -59,7 +56,8 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "*",
|
"react": "*",
|
||||||
"react-native": "*",
|
"react-native": "*",
|
||||||
"react-navigation": ">=2.0 || ^2.0.0-beta"
|
"react-navigation": ">=2.0 || ^2.0.0-beta",
|
||||||
|
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"preset": "react-native",
|
"preset": "react-native",
|
||||||
|
|||||||
Reference in New Issue
Block a user