Closed yuliadub closed 1 month ago
/preview
iOS | Android |
---|---|
exp://u.expo.dev/update/79034f97-f6b4-41dc-819f-010881ae4ebd |
exp://u.expo.dev/update/ebfe29db-148f-44f5-ad5e-2b3f3e68b5de |
expo_preview: succeeded ✅ https://github.com/NWACus/avy/actions/runs/11261839719
/preview
expo_preview: succeeded ✅ https://github.com/NWACus/avy/actions/runs/11262088283
/preview
expo_preview: succeeded ✅ https://github.com/NWACus/avy/actions/runs/11262218845
/preview
expo_preview: succeeded ✅ https://github.com/NWACus/avy/actions/runs/11262610601
Currently, if you load the expo preview for any of my attempts from this PR, I get a blue screen but then expo never loads anything. Sadly I dont get a crash or error or anything. When I load the branch in expo go on my computer in an emulator, it works with no issues.
I have also tried creating a brand new app preview build and submitting it to the preview app, for both ios and android, the app had the same behavior on first launch as I see in expo preview, but for the second launch (if i went and killed it), it would just load the latest preview build with none of my changes. (build 17)
I have also tried creating an OTA update after creating a clean preview build (build 21) and then publishing it. The behavior is similar where when I open the app on first launch it hands on the blue screen, if I open it again after killing it, it will simply load the recent preview build (the one before the OTA).
another weird thing: when I try to open a link to an obs with either build 17 or 21 installed on IOS, the link does open the app, just not the obs page. On Android this is not the case, the link always opens in the browser still.
some things I thought may cause the issues that I have tried removing and testing:
I also thought maybe this is being caused by some misconfiguration in how I create my builds (at first I was doing them from my local machine) but it seems to have the same behavior if I use existing github actions in the repo. At least expo preview should work for starters!