Felippe
Felippe
For expo users: I could solve it with @tjzel solution and turned it into an expo plugin [gist](https://gist.github.com/felippewick/23c444fd409285d0a993221e517bf269)
There is still an issue with sentry and expo-router (react-navigation). Screen transitions between tabs remain laggy, when the required setup code is added: `const navigationRef = useNavigationContainerRef(); React.useEffect(() => { ...
I tried @vitorbetani's approach and it didn't work for me on ios. Fyi, I'm currently using a less pretty approach with settimeout instead but it's working in my case ```...
Here a little write-up how I was able to solve the issue in my application. Perhaps it is helpful. Delaying the opening of the deep link with setTimeout or similar...