aboutsummaryrefslogtreecommitdiff
path: root/babel.config.js
blob: bbc15a6956fff59c498fb119340ac1c588fa40e6 (plain) (blame)
1
2
3
4
module.exports = {
  presets: ['module:@react-native/babel-preset'],
  plugins: ['nativewind/babel', 'react-native-reanimated/plugin'],
};