shellphone.app/app/babel.config.js
2021-06-01 23:13:51 +02:00

8 lines
150 B
JavaScript

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