- Create Project in github
- Clone project in local machine
- Add .gitignore
- Add necessary packages
LogRocket - Complete Guide to React Native Web
npx create-expo-app .
npx expo install react-dom react-native-web @expo/webpack-config
npm run web
TO BUILD APP
npx expo export:web
cd web-build
npx serve
yarn add @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
yarn add @react-navigation/native-stack
yarn add react-native-storage
yarn add @react-native-async-storage/async-storage
yarn add axios
npx expo install react-native-svg