We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82768ec commit 140bd94Copy full SHA for 140bd94
2 files changed
expo55-example/metro.config.js
@@ -80,7 +80,7 @@ const configWithAlias = {
80
moduleName,
81
platform
82
);
83
- } catch (_) {
+ } catch {
84
// fallback to default resolution
85
}
86
tsconfig.json
@@ -26,5 +26,5 @@
26
"target": "ESNext",
27
"verbatimModuleSyntax": true
28
},
29
- "exclude": ["expo-example"]
+ "exclude": ["expo-example", "expo55-example"]
30
0 commit comments