Skip to content

Instantly share code, notes, and snippets.

@telmen
Forked from jimthedev/.babelrc
Created January 30, 2017 08:59
Show Gist options
  • Select an option

  • Save telmen/dd1b94a5ff3bc5d494ee0a120251d3ae to your computer and use it in GitHub Desktop.

Select an option

Save telmen/dd1b94a5ff3bc5d494ee0a120251d3ae to your computer and use it in GitHub Desktop.
A modern react native stack
{
"presets": ["react-native"],
"plugins": ["transform-decorators-legacy"]
}
npm install --save mobx mobx-react styled-components axios react-navigation --save-dev babel-plugin-transform-decorators-legacy babel-preset-react-native-stage-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment