fix: add peer dep on react-navigation

This commit is contained in:
satyajit.happy
2019-09-09 21:52:09 +02:00
parent 784d1ce3b5
commit 4c012ad1ea
23 changed files with 7118 additions and 533 deletions

View File

@@ -50,8 +50,6 @@
"@expo/vector-icons": "^10.0.3",
"@react-native-community/bob": "^0.6.1",
"@react-native-community/masked-view": "^0.1.1",
"@react-navigation/core": "^3.4.2",
"@react-navigation/native": "^3.5.0",
"@release-it/conventional-changelog": "^1.1.0",
"@types/jest": "^24.0.15",
"@types/react": "^16.8.14",
@@ -66,6 +64,7 @@
"prettier": "^1.18.2",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-navigation": "^4.0.1",
"react-native": "~0.59.8",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.1.0",
@@ -77,9 +76,9 @@
},
"peerDependencies": {
"@react-native-community/masked-view": "^0.1.1",
"@react-navigation/core": "^3.0.0",
"react": "*",
"react-native": "*",
"react-navigation": "^4.0.1",
"react-native-gesture-handler": "^1.0.0",
"react-native-reanimated": "^1.3.0-alpha",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
@@ -98,7 +97,7 @@
"<rootDir>/lib/"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|react-navigation-deprecated-tab-navigator|@react-navigation/core|@react-navigation/native)"
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|react-navigation|@react-navigation/core|@react-navigation/native)"
],
"testRegex": "/__tests__/.*\\.(test|spec)\\.(js|tsx?)$",
"transform": {