Try the new expo cli
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Has been cancelled

This commit is contained in:
whysman 2025-02-21 18:25:58 -05:00
parent c1f6c1a18d
commit 2fe57d5ed7

View File

@ -27,7 +27,7 @@ jobs:
run: npm install run: npm install
- name: Install Expo - name: Install Expo
run: npx expo install react-dom react-native-web @expo/metro-runtime run: npx expo start
- name: Build - name: Build
run: expo export --platform web run: expo export --platform web