UNPKG

@thiendangit1102/rn-typescript-graphql

Version:
18 lines (17 loc) 350 B
module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ [ 'module:react-native-dotenv', { moduleName: '@env', path: '.env', blacklist: null, whitelist: null, safe: false, allowUndefined: true, }, ], 'react-native-reanimated/plugin', ], };