Skip to content

Commit 4735aa8

Browse files
committed
chore: remove from rollup config
1 parent 9faef21 commit 4735aa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/jsactions/rollup.config.mjs

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

0 commit comments

Comments
 (0)