I created a project based off the default template for expo-router apps
by running npx create-expo-app@latest --template tabs@50
and implemented the issue I'm having in my app there. Here's how you can see it!
- Run the app in Expo Go
- Click on the
Stack
tab - Click on
Settings
to open the modal - Click on
Open Second Page
. Right here, the modal doesn't close, even though I'm pushing to the next page. - You can close the modal and see the second page did open, but the modal didn't close (it used to in v2).
Confession: This is my first issue filed in a large public repo. Sorry if I screw up something here!