Skip to content

Commit 9faef21

Browse files
committed
chore: add to rollup config
1 parent c8c1dab commit 9faef21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/jsactions/rollup.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,6 @@ const nativeExternal = [
154154
/^react-native-svg(\/|$)/,
155155
/^react-native-vector-icons(\/|$)/,
156156
/^@?react-navigation($|\/)/,
157-
/^react-native-device-info(\/|$)/
157+
/^react-native-device-info(\/|$)/,
158+
/^react-native-vision-camera(\/|$)/
158159
];

0 commit comments

Comments
 (0)