UNPKG

mixpanel-react-native

Version:

Official React Native Tracking Library for Mixpanel Analytics

15 lines (14 loc) 257 B
module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ [ 'module:react-native-dotenv', { moduleName: '@env', path: '.env', safe: false, allowUndefined: true, }, ], ], };