Study Notes
Day#1
-
Install necessary tools and configure environment.
-
Follow this to start: http://facebook.github.io/react-native/docs/getting-started.html
-
Follow this if you want to read Chinese: http://reactnative.cn/docs/getting-started.html
-
Installation list:
- nvm https://github.com/creationix/nvm#installation
- node (V5.0.0)
- xCode (V7.2)
- watchman https://facebook.github.io/watchman/docs/install.html)
- CLI
npm install -g react-native-cli
- Android Platform https://facebook.github.io/react-native/docs/android-setup.html
-
-
Learning & reseraching
- egghead video course on React Native.
Day#2
-
Follow this sample (main task):
-
Related Tech/Docs
-
More Videos/Demos
-
Extra resources
Day#3
-
Demo Code and study notes on github
-
Read sample code
TO DO: ...