https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: d28977e0d5a09165fd5441aada09122097badaaa authored by Rohit Singh on 02 August 2021, 07:02:47 UTC
fix: radio size getting passed to wrapper
Tip revision: d28977e
babel.config.js
module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
  plugins:
    process.env.NODE_ENV === 'production' ? ['transform-remove-console'] : [],
};
back to top