0
votes

I am building a cross-platform app with expo SDK36. I am testing with the expo client on android and ios.

It seems that the built expo apk downloaded on expo is different than the android version tested from my android expo client.

I can't scroll on my views with the app APK, hopefully, I saw it.

  • Is this an expo bug and is this expected? I was expecting to have the same app on both expo and real app.
  • I must rebuild until I find the bug, the APK and expo pipelines are quite busy, how can I troubleshoot efficiently without ejecting?
2

2 Answers

0
votes

it is running cache. run this command. It will clear the cache.

npm start --cache-clear 

-1
votes

Maybe your expo project on the cloud didn't update. Try

expo publish