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 [email protected]
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
![qr](https://user-images.githubusercontent.com/99184393/182555460-3a494bdd-f26b-4de1-9e9f-dcdeb0d7f3d8.png)
![qr](https://user-images.githubusercontent.com/99184393/182555954-60d22213-c1ae-4247-93a7-18650b711a3e.png)
![qr](https://user-images.githubusercontent.com/99184393/182556593-b06f3d04-cf61-4bbe-9368-336c24cf3949.png)