-
Book Overview & Buying
-
Table Of Contents
React and React Native - Sixth Edition
By :
In this chapter, you'll get up and running with React Native. Thankfully, much of the boilerplate code involved in the creation of a new project is handled for you by the command-line tools. We will look at the different CLI tools for React Native apps and create our first simple app, which you will be able to upload and start right on your device. We will focus on the Expo framework, which is the recommended way to build React Native apps. You will walk through the complete workflow of creating a new project, launching it on a physical device with fast refresh, and experimenting with code in the Expo Snack online playground.
By the end of this chapter, you will be able to scaffold a new React Native project using Expo, preview it on a physical device with fast refresh, and experiment with your code using the Expo Snack online playground.
In this chapter, we'll cover the following topics: