Replies: 3 comments 1 reply
-
|
Did you apply the react-native-screens patch? https://sheet.lodev09.com/guides/navigation#navigating-from-sheets |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm experiencing the same issue with expo-router. Seems less than ~750ms timeout and I can't navigate to a page from a sheet. Patch has been applied. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If you're still experiencing this, open up an issue with a repro and a video showing the wrong behavior. closing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to navigate to another screen from within a TrueSheet without dismissing the sheet first, the navigation fails and the
keyboard unexpectedly opens instead.
Video of the issue:
Simulator.Screen.Recording.-.iPhone.16e.-.2026-01-23.at.21.16.04_compressed.mp4
Expected behavior:
Navigate directly from the sheet to another screen.
Actual behavior:
Navigation fails, keyboard opens unexpectedly.
Workaround that works:
I have to dismiss the sheet first and add a delay before navigating:
Beta Was this translation helpful? Give feedback.
All reactions