https://github.com/GeekyAnts/NativeBase
Revision 84c3356606a57dbe7cfac2151d6f7410ee2a7c5e authored by Suraj Ahmed Choudhury on 29 March 2022, 10:10:38 UTC, committed by GitHub on 29 March 2022, 10:10:38 UTC
2 parent s e8777d4 + 9065c02
Raw File
Tip revision: 84c3356606a57dbe7cfac2151d6f7410ee2a7c5e authored by Suraj Ahmed Choudhury on 29 March 2022, 10:10:38 UTC
Merge pull request #4808 from GeekyAnts/release/3.3.8-alpha.9
Tip revision: 84c3356
babel.config.js
module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins:
    process.env.NODE_ENV === 'production' ? ['transform-remove-console'] : [],
};
back to top