Skip to content

Instantly share code, notes, and snippets.

@shirakaba
Created May 21, 2020 21:41
Show Gist options
  • Save shirakaba/f11b50cf1390d3b15dea4effe576f0ac to your computer and use it in GitHub Desktop.
Save shirakaba/f11b50cf1390d3b15dea4effe576f0ac to your computer and use it in GitHub Desktop.
Babelrc file for getting React Native Web to work with react-scripts
{
"presets": ["module:metro-react-native-babel-preset"],
"plugins": [
["@babel/plugin-proposal-numeric-separator", {}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment