Skip to content

Commit f13376f

Browse files
committed
fix: move babel to own config for tests
1 parent b7bdbd7 commit f13376f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: ["module:metro-react-native-babel-preset"]
3+
};

0 commit comments

Comments
 (0)