[CHORES] resolving conflicts
No preview for this file type
... | ... | @@ -13,6 +13,7 @@ |
"@react-native-community/async-storage": "^1.9.0", | ||
"@react-native-community/datetimepicker": "^2.3.2", | ||
"@react-native-community/masked-view": "^0.1.7", | ||
"@react-native-google-signin/google-signin": "^6.0.0", | ||
"@react-navigation/native": "^5.0.9", | ||
"@react-navigation/stack": "^5.1.1", | ||
"@types/crypto-js": "^3.1.44", | ||
... | ... | @@ -66,7 +67,8 @@ |
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.ts" | ||
}, | ||
"setupFiles": [ | ||
"./node_modules/react-native-gesture-handler/jestSetup.js" | ||
"./node_modules/react-native-gesture-handler/jestSetup.js", | ||
"./__mocks__/react-native-modules.ts" | ||
], | ||
"transformIgnorePatterns": [ | ||
"node_modules/(?!react-native|react-navigation)/" | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.