Files
nirvana_old/babel.config.js
talksik 59c699455e Initial commit
Generated by create-react-native-app 3.6.0.
2021-06-01 17:59:14 +04:00

8 lines
155 B
JavaScript

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