Skip to content

Commit ba1f131

Browse files
committed
fix: incorrect react-native requirement
1 parent 3659bab commit ba1f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
outDir: "../dist",
2020
emptyOutDir: true,
2121
rollupOptions: {
22-
external: ["react", "react-native"],
22+
external: ["expo-secure-store"],
2323
},
2424
},
2525
root: "lib",

0 commit comments

Comments
 (0)