We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a516932 commit d2bfe94Copy full SHA for d2bfe94
.flowconfig
@@ -17,6 +17,8 @@ node_modules/warning/.*
17
18
; Ignore example folder
19
.*/example/.*
20
+; Ignore test files in resolve
21
+.*/node_modules/resolve/test/.*
22
23
[untyped]
24
.*/node_modules/@react-native-community/cli/.*/.*
package.json
@@ -35,7 +35,7 @@
35
"@types/react-native": "^0.64.4",
36
"babel-eslint": "^10.1.0",
37
"babel-jest": "^29.0.3",
38
- "babel-preset-expo": "^8.2.1",
+ "babel-preset-expo": "^9.2.0",
39
"eslint": "7",
40
"eslint-plugin-prettier": "^4.2.1",
41
"expo": "^38.0.10",
0 commit comments