Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created April 26, 2020 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightnBubbly/c70d140da6f81f14805f8b2a80248773 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/c70d140da6f81f14805f8b2a80248773 to your computer and use it in GitHub Desktop.
module.exports = function(api) {
api.cache(true);
return {
presets: [
'babel-preset-expo',
'module:metro-react-native-babel-preset',
'module:react-native-dotenv',
],
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment