mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-04 10:05:35 -06:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: [
|
|
// react-native-reanimated/plugin has to be listed last
|
|
'react-native-reanimated/plugin',
|
|
],
|
|
}
|