Skip to content

Instantly share code, notes, and snippets.

@jm90m
Created July 30, 2017 20:25
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 jm90m/4fce2f4eb733d127987617ee664d15cf to your computer and use it in GitHub Desktop.
Save jm90m/4fce2f4eb733d127987617ee664d15cf to your computer and use it in GitHub Desktop.
Expo NetFlix Tutorial Babel RC
{
"presets": ["babel-preset-expo"],
"env": {
"development": {
"plugins": [
"transform-react-jsx-source",
["module-resolver", {
"root": ["./src"]
}]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment