Skip to content

Commit 07c6af8

Browse files
committed
remove unnecessary files
1 parent bb5f9bd commit 07c6af8

File tree

5 files changed

+11
-31
lines changed

5 files changed

+11
-31
lines changed

babel.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

jest.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

jest.config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"preset": "jest-expo",
3+
"moduleNameMapper": {
4+
"^~/(.*)$": "<rootDir>/src/$1",
5+
"^package.json$": "<rootDir>/package.json"
6+
},
7+
"transformIgnorePatterns": [
8+
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
9+
],
10+
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
11+
}

metro.config.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)