BlueWallet/babel.config.js

5 lines
231 B
JavaScript
Raw Normal View History

module.exports = {
2024-05-18 05:33:48 +02:00
presets: ['module:@react-native/babel-preset'],
plugins: ['react-native-reanimated/plugin'], // required by react-native-reanimated v2 https://docs.swmansion.com/react-native-reanimated/docs/installation/
};