mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-01 11:20:15 -06:00
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',
|
|
]
|
|
}; |