React Native Baba Commerce with Expo

Installation

There are two tools that you need to develop apps with Expo: a command line app called Expo CLI to initialize and serve your project and a mobile client app called Expo Go to open it on iOS and Android. Any web browser will work for opening the project on the web.

You don't need macOS to build an iOS app with Expo, you only need an iOS device to run the Expo Go app. For your development machine, Windows, Linux, and macOS are all supported.

# Install the command line tool

npm install --global expo-cli

You can set your environment by this official link provided by Expo

Configuring a splash screen and app icon

Please follow this URL to configure a splash screen and icon

Config file

EcommerceApp/src/components/config.tsx file

you can customize the app with this config file

this is our package.json file

Last updated

Was this helpful?