mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-25 04:18:49 -05:00
a00cd9b8c5
This reverts commit 45422e0e14.
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: [
|
|
|
|
// react-native-reanimated/plugin has to be listed last
|
|
'react-native-reanimated/plugin',
|
|
]
|
|
}; |