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