Update react-navigation
... | ... | @@ -31,7 +31,8 @@ |
".yarn/" | ||
], | ||
"setupFiles": [ | ||
"<rootDir>/__tests__/setup.js" | ||
"<rootDir>/__tests__/setup.js", | ||
"<rootDir>/node_modules/react-native-gesture-handler/jestSetup.js" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"<rootDir>/__tests__/setup.js" | ||
... | ... | @@ -40,7 +41,7 @@ |
"^.+\\.js$": "<rootDir>/jest/preprocessor.js" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!react-native|react-navigation|i18next-react-native-language-detector|react-navigation-drawer/)" | ||
"node_modules/(?!react-native|@react-navigation|i18next-react-native-language-detector|react-navigation-drawer|react-navigation-stack/)" | ||
], | ||
"moduleNameMapper": { | ||
"react-i18next": "<rootDir>/__mocks__/react-i18next-mock.js" | ||
... | ... | @@ -59,14 +60,15 @@ |
"react-native": "0.59.8", | ||
"react-native-dotenv": "0.2.0", | ||
"react-native-firebase": "5.4.0", | ||
"react-native-gesture-handler": "1.2.1", | ||
"react-native-linear-gradient": "2.5.4", | ||
"react-native-locale-detector": "1.0.1", | ||
"react-native-render-html": "4.1.2", | ||
"react-native-sentry": "0.43.1", | ||
"react-native-share": "1.1.3", | ||
"react-native-snackbar": "^0.5.5", | ||
"react-native-snackbar": "0.5.5", | ||
"react-native-vector-icons": "6.4.2", | ||
"react-navigation": "2.18.3", | ||
"react-navigation": "^3.11.0", | ||
"react-redux": "5.1.1", | ||
"redux": "4.0.1", | ||
"redux-saga": "0.16.2" | ||
... | ... |
Please register or sign in to comment