2019-06-16 13:09:54 +00:00
|
|
|
module.exports = {
|
2024-12-19 22:24:36 +00:00
|
|
|
presets: [
|
|
|
|
[
|
|
|
|
'module:metro-react-native-babel-preset',
|
|
|
|
{
|
|
|
|
unstable_disableES6Transforms: true,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
plugins: ['react-native-reanimated/plugin'],
|
2019-06-16 13:09:54 +00:00
|
|
|
};
|