January 2019
Intermediate to advanced
592 pages
14h 30m
English
The original bootstrapping method for creating a new React Native app using the command is as follows:
react-native init
This is provided by the React Native CLI. You'll likely only be using this method of bootstrapping a new app if you're sure you'll need access to the native layer of the app.
In the React Native community, an app created with this method is said to be a pure React Native app, since all of the development and Native code files are exposed to the developer. While this provides the most freedom, it also forces the developer to maintain the native code. If you’re a JavaScript developer that’s jumped onto the React Native bandwagon because you intend on writing native applications solely with JavaScript, having ...
Read now
Unlock full access