Skip to content

Instantly share code, notes, and snippets.

@bagusaff
Created December 11, 2020 16:24
Show Gist options
  • Save bagusaff/304c96c85f60e690bd68b04f5eacdeb0 to your computer and use it in GitHub Desktop.
Save bagusaff/304c96c85f60e690bd68b04f5eacdeb0 to your computer and use it in GitHub Desktop.
babel.config.js expo-firebase-email-auth
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
"plugins": [
["module:react-native-dotenv", {
"moduleName": "@env",
"path": ".env",
"blacklist": null,
"whitelist": null,
"safe": false,
"allowUndefined": true
}]
]
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment