mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-04-19 16:31:23 +08:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
plugins:[
|
|
'react-native-reanimated/plugin'
|
|
],
|
|
};
|