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