This project was bootstrapped with Create React App.
Installing Expo CLI
npm install --global expo-cli
Initializing the project
npx create-expo-app single-clone
cd single-clone
Starting the development server
expo start
Firebase SDK Setup
expo install firebase
or
expo install firebase@9.6.11
expo install react-native-screens
expo install react-native-safe-area-context
- Optimize the assets for speed -
npx expo-optimize
(formerly expo optimize) - Bundle the project for production -
npx expo export:web
(expo build:web
in the legacy Expo CLI). - Creates a production ready static bundle in the
web-build/
directory. Don't edit this folder directly. - If you make any changes to your project, you'll need to re-build for production.
- For more help use
npx expo export:web --help
- More Info
publish your project
expo publish