top of page

Building E-Commerce App with React Native & Redux

  • Writer: CODING Z2M
    CODING Z2M
  • Feb 14, 2023
  • 1 min read

Create an account with https://expo.dev/ (Expo CLI) and login into your account.

Note: Open the Expo Go app after it has finished installing. If you have created an account with Expo CLI, you can sign into Expo Go App.

Note: Connect your development system and the mobile phone in the same network.


Installing Expo CLI & Initializing a project

> npm install --global expo-cli

> npx create-expo-app react-native-ecom-app


Start a Local Development Serer

> npx expo start

Comments


bottom of page