Last active
January 30, 2017 08:59
-
-
Save jimthedev/b34e38598186c2444509d4f592686be9 to your computer and use it in GitHub Desktop.
A modern react native stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["react-native"], | |
"plugins": ["transform-decorators-legacy"] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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