March 2017
Beginner to intermediate
500 pages
9h 41m
English
In this chapter, you'll get up-and-running with React Native. Thankfully, much of the boilerplate stuff regarding the creation of a new project is handled for us by React Native command line tools. I'll explain what's actually created for you when you initialize an empty project. Then, I'll show you how to run the project on iOS and on Android simulators.
In this section, we're going to install the react-native-cli tool and use it to create an empty React Native project. Well, the created project isn't completely empty: it has a basic screen implemented so you can verify that everything is functioning correctly. Technically, you don't need react-native-cli to ...
Read now
Unlock full access