React Native + Expo for Web

Posted on: November 9th, 2024
By: Tadeo Martinez

Here’s how to create an AAB file for the Google Play Store

eas build --platform android --profile production

Here’s how to start a project that you can complete in under 2 hours:

https://docs.expo.dev/tutorial/introduction

Follow the documentation from the Expo website itself:

https://docs.expo.dev/get-started/create-a-project

npx expo start

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install yarn
yarn --version
yarn create react-app rnw-workout-series-new --template typescript
yarn add react-native@0.55.4 react-native-web@0.10.0 react-art@16.8.2
yarn add -D @types/react-native@0.55.4
yarn add react-native react-native-web
yarn add react react-dom
npm i -g react-native-cli
react-native init MyAwesomeProject --template typescript

npx create-expo-app@latest

React Native for Web

npx create-expo-app ReactNativeWebDemo
npx expo install react-dom react-native-web @expo/webpack-config

Have any questions or comments? Write them below!


Leave a Reply

Your email address will not be published. Required fields are marked *