Reactnative Introduction
Its underlying engine is JavaScript Core, which calls the native component rather than the HTML5 component (the component that Html+css+javascript builds). At runtime, you can achieve the same experience as the native app, and because JavaScript code can be managed with a powerful backend web approach that can be developed efficiently, quickly deployed, and problem-hot fixes. The React Native app runs on the customer's phone, and the control end can be used on the backend to give full play to the web, just like a marionette puppet that lets you perform.
Environment construction
Install the latest version of node. JS https://nodejs.org
Installing homebrew
Enter the following statement in the command-line tool that opens:
Ruby-e "$ (Curl--insecure-fssl Https://raw.githubusercontent.com/Homebrew/install/master/install)"
"React native Introductory and practical" reading notes (1)