aswi2023one-team-to-rule-them-all-gitlab/babel.config.js @ b7014ba2
1 |
module.exports = function(api) { |
---|---|
2 |
api.cache(false); |
3 |
return { |
4 |
presets: ['babel-preset-expo'], |
5 |
plugins: ['react-native-reanimated/plugin'], |
6 |
};
|
7 |
};
|