/** * @type {import('@babel/core').TransformOptions} */ const config = { presets: ['module:@react-native/babel-preset', 'nativewind/babel'], plugins: [ 'react-native-reanimated/plugin', [ 'module-resolver', { root: ['./src'], alias: { '~': './src', }, }, ], ], } module.exports = config