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:
app.json
app.config.js
expo: { android: { edgeToEdgeEnabled: true // this line } }