babel.config.js 154 B

1234567
  1. module.exports = function (api) {
  2. api.cache(true);
  3. return {
  4. presets: ['babel-preset-expo'],
  5. plugins: ['react-native-worklets/plugin']
  6. };
  7. };