Skip to content

Instantly share code, notes, and snippets.

@darfink
Created May 24, 2019 07:47
Show Gist options
  • Save darfink/967532e105a9e623e0fa7d6dfebc2d00 to your computer and use it in GitHub Desktop.
Save darfink/967532e105a9e623e0fa7d6dfebc2d00 to your computer and use it in GitHub Desktop.
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo', 'module:react-native-dotenv'],
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment