Skip to content

Commit

Permalink
fix order of babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
CDFN committed Apr 24, 2024
1 parent d440271 commit f3a63f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
'transform-inline-environment-variables',
// react-native-reanimated/plugin has to be last
'react-native-reanimated/plugin',
'transform-inline-environment-variables',
],
};

0 comments on commit f3a63f4

Please sign in to comment.