Skip to content

Commit 45353b8

Browse files
authored
Create babel.config.js
1 parent b31518f commit 45353b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = function(api) {
2+
api.cache(true);
3+
return {
4+
presets: ['babel-preset-expo'],
5+
plugins: [
6+
'react-native-reanimated/plugin', // Reanimated plugin has to be listed last.
7+
],
8+
};
9+
};

0 commit comments

Comments
 (0)