wavelength_app/babel.config.js

8 lines
157 B
JavaScript
Raw Permalink Normal View History

module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};