mono-repo android
https://www.convex.dev/templates/monorepo (already got the ios emulator running, and it works on my iphone)
when I run expo with android
The android emulator runs, but I get the following error
wondering if anyone had any luck with the android emulator
`native-app:android: › Metro waiting on exp://192.168.6.228:8081
native-app:android: › Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
native-app:android:
native-app:android: › Using Expo Go
native-app:android: › Press s │ switch to development build
native-app:android:
native-app:android: › Press a │ open Android
native-app:android: › Press i │ open iOS simulator
native-app:android: › Press w │ open web
native-app:android:
native-app:android: › Press j │ open debugger
native-app:android: › Press r │ reload app
native-app:android: › Press m │ toggle menu
native-app:android: › Press o │ open project code in your editor
native-app:android:
native-app:android: › Press ? │ show all commands
native-app:android:
native-app:android: Logs for your project will appear below. Press Ctrl+C to exit.
Android Bundling failed 1083ms (index.tsx)
Unable to resolve "use-sync-external-store/shim/index.js" from "../../node_modules/swr/infinite/dist/index.js"
Android Bundling failed 703ms (index.tsx)'
Templates
The backend application platform with everything you need to build your product.
2 Replies
I wonder what is using swr in the repo (maybe some internal expo thing?). Try filing an issue with Expo.
Not sure what was going on. It’s working now. Had to delete some stuff and run yarn again