Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint error
Browse files Browse the repository at this point in the history
hdbv95 committed Aug 20, 2024
1 parent 456829b commit 8ce51ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/metro.config.web.cjs
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ const config = makeMetroConfig({
resolver: {
extraNodeModules: {
"react-native": reactNativeWebPath,
"react-native-web": reactNativeWebPath,
"react-native-svg": reactNativeSvgPath,
"react-native-web": reactNativeWebPath,
},
platforms: ["ios", "android", "native"],
resolveRequest: MetroSymlinksResolver(),

0 comments on commit 8ce51ca

Please sign in to comment.