Dav
Dav
@brentvatne Thanks for the insight to the testing process, and yes I know it must be difficult to test everything and especially when it comes to 3rd parties, and I...
@forki I checked out my google prerelease report and there are no issues with any device. Not sure how simple of a project you have or your specific usage of...
@niug The fix I outlined above with upgrading `react-native-maps` to beta version will only work with `[email protected]` -- expo location updated to avoid using the beta of maps. You can...
@niug I am in a managed expo app, so I don't know how to fix it from inside the android folder unfortunately
@niug if you don't have an android or iOS folder then you have what is called an expo managed project. Nothing wrong with that, this bug has been fixed with...
@frdev is this a new project or an existing one where you are stuck on expo sdk 47? SDK49 is the latest so I'd recommend updating if possible.
I am also facing the same issue on emulator and physical device. I tried downgrading expo-splash-screen to 0.18.2 (the versions working on sdk 48) but it won't build, but sending...
@douglowder I followed your steps in your comment on the repo provided by @islamouzou but with one addition, I added the following to the top of App.js to really highlight...
Thanks for the update @douglowder , I gave it a try but I didn't get success but that's ok, I'll wait for the proper fix 👍️
@douglowder I also didn't get success setting `EX_UPDATES_ANDROID_DELAY_LOAD_APP=false` in a managed project then building with eas. Has anybody had success with this workaround?