-
-
Save telmen/dd1b94a5ff3bc5d494ee0a120251d3ae to your computer and use it in GitHub Desktop.
Revisions
-
jimthedev revised this gist
Jan 29, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ 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" -
jimthedev revised this gist
Jan 29, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ npm install --save mobx mobx-react styled-components axios react-navigation --save-dev babel-plugin-transform-decorators-legacy babel-preset-react-native-stage-0 -
jimthedev created this gist
Jan 29, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ { "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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ npm install --save mobx mobx-react styled-components axios --save-dev babel-plugin-transform-decorators-legacy babel-preset-react-native-stage-0