Since I upgraded expo from 49 to 51 my universal links dont work when app is in background.
I dont use expo-router but still react navigation.
I dont think there is anything wrong with my app.json file or the AASA file, as when the app is terminated the links work just fine (also worked fine before the upgrade).
When app is in background, and I click on the link (in email), I am navigated to the website (that has the AASA file) and then instead of automatically redirecting user to the app, there is only a banner shown 'open app'. Wenn i click on it, it does navigate me to the app, but I am not redirected to the correct page + the params passed in the link are not included. That again, works fine when the app is terminated (automatic redirect to correct page in the app + params). What could be the reason? Thanks !!