mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-17 18:51:24 -05:00
16 lines
316 B
JavaScript
16 lines
316 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: [
|
|
[
|
|
'@tamagui/babel-plugin',
|
|
{
|
|
components: ['tamagui'],
|
|
config: './src/configs/tamagui.config.ts',
|
|
},
|
|
],
|
|
'babel-plugin-react-compiler',
|
|
'react-native-worklets/plugin',
|
|
'react-native-worklets-core/plugin',
|
|
],
|
|
}
|