Skip to content

Instantly share code, notes, and snippets.

@jimthedev
Last active January 30, 2017 08:59
Show Gist options
  • Save jimthedev/b34e38598186c2444509d4f592686be9 to your computer and use it in GitHub Desktop.
Save jimthedev/b34e38598186c2444509d4f592686be9 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
echo "Navigation: https://reactnavigation.org/docs/intro/"
echo "Styled Components https://github.com/styled-components/styled-components#react-native"
echo "MobX https://medium.com/react-native-training/react-native-with-mobx-getting-started-ba7e18d8ff44#.km3573v38"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment