1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-13 11:09:20 +01:00
BlueWallet/babel.config.js
Marcos Rodriguez Velez 3414898435
OPS: Update RN
2024-05-17 23:33:48 -04:00

4 lines
231 B
JavaScript

module.exports = {
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/
};