mirror of
https://github.com/balzack/databag.git
synced 2025-04-25 11:05:27 +00:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: ['react-native-reanimated/plugin'],
|
|
};
|