๐Ÿ“ฆ manideepk90 / hyperswitch-react-native-demo

๐Ÿ“„ babel.config.js ยท 5 lines
1
2
3
4
5module.exports = {
  presets: ['module:@react-native/babel-preset'],
  plugins: [['module:react-native-dotenv']],
};