https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: e8cd5e1e3c7b1952309fe81407359b549ad495b0 authored by Vidhi Kataria on 20 September 2021, 10:29:40 UTC
Merge branch 'feat/design-changes-3.3.0' of https://github.com/GeekyAnts/NativeBase into fix/alert-dialog
Tip revision: e8cd5e1
babel.config.js
module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins:
    process.env.NODE_ENV === 'production' ? ['transform-remove-console'] : [],
};
back to top