We have started using react-native in our project, so Swift learns to lay down a period of time, studied RN for one months, and today shares the learning process:
Study Data collation:
1, react-native Chinese network: http://reactnative.cn/docs/0.27/getting-started.html (recommended, have questions to see the official document)
2, github The above learning materials: Https://github.com/reactnativecn/react-native-guide (a collection of various RN learning materials)
3, http://www.ruanyifeng.com/blog/2015/03/react.html (Nanyi tutorial)
------------------------------------------------------------------------------------------
Tools: My original Webstrom, now Astro Boy, I find Astro's associative function is stronger than webstorm. After I finished learning the basic control, 30 days Webstrom use just expired, I changed Astro, found quite useful:
First, share their learning process (currently is the iOS version of the main)
1, installation environment, Webstrom, learn the basic control.
2, see other people's code: the installation of other people's projects, there are problems, NPM install can not be implemented, the practice is as follows:
The error is as follows:
Background: When I installed node using the Brew Installation with node--version, the version was found to be 4.4.5.
So you uninstall node and Reuse NVM installation: The reference link is as follows: http://linyehui.me/2016/03/03/reinstall-nodejs-on-osx.html
Note: After installing the NVM, the terminal will be completely retired and reopened before there will be NVM
Performing npm install in the root directory of the project successfully installed