79705409

Date: 2025-07-17 21:15:31
Score: 0.5
Natty:
Report link

I was having same issue after upgrading to expo@53.
The solution was quite simple for me.

In your app.json or app.config.js add:

expo: {
  android: {
    edgeToEdgeEnabled: true // this line
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Luis Barrientos Fajardo