...

/

Expo and React Native CLI

Expo and React Native CLI

Learn about different ways to create React Native applications.

We'll cover the following...

There are two methods of creating a React Native app—using Expo or using the React Native CLI.

All the applications built during this course are built on Expo.

React Native CLI

React Native CLI is a command-line interface used to create React Native apps. It is the default tool for creating React Native apps.

The following ...