https://github.com/GeekyAnts/NativeBase
Revision 2289e768bf3c726d96af03f935e73f5c66499c9b authored by Suraj Ahmed on 05 December 2022, 12:30:48 UTC, committed by Suraj Ahmed on 05 December 2022, 12:30:48 UTC
1 parent aca710b
Raw File
Tip revision: 2289e768bf3c726d96af03f935e73f5c66499c9b authored by Suraj Ahmed on 05 December 2022, 12:30:48 UTC
v3.4.25
Tip revision: 2289e76
babel.config.js
module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins:
    process.env.NODE_ENV === 'production' ? ['transform-remove-console'] : [],
};
back to top