mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = {
|
|
presets: ['module:@react-native/babel-preset'],
|
|
plugins: [
|
|
'react-native-reanimated/plugin',
|
|
],
|
|
};
|