Migrate to react-native-community AsyncStorage and StatusBar
... | ... | @@ -38,14 +38,16 @@ |
"<rootDir>/__tests__/setup.js" | ||
], | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!react-native|@react-navigation|i18next-react-native-language-detector|react-navigation-drawer|react-navigation-stack/)" | ||
"node_modules/(?!react-native|@react-native-community|@react-navigation|react-navigation-drawer|react-navigation-stack/)" | ||
], | ||
"moduleNameMapper": { | ||
"react-i18next": "<rootDir>/__mocks__/react-i18next-mock.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@react-native-community/async-storage": "1.4.2", | ||
"@react-native-community/cli": "1.9.7", | ||
"@react-native-community/status-bar": "1.0.3", | ||
"i18next": "15.1.3", | ||
"metro-config": "0.54.1", | ||
"metro-core": "0.54.1", | ||
... | ... |
Please register or sign in to comment