-
|
I’m using the Expo Router integration for this sheet package. The integration requires the first item to be: After switching to this setup, I can’t update screen options for the index route in the ways that normally work with Expo Router
My goal is to dynamically update the header title based on fetched data (e.g. after loading an entity name). Is there a recommended pattern for setting header / screenOptions with this integration, specifically for the index route inside the sheet stack? If this is a limitation of how the integration registers index, I’d like to confirm what the intended approach is (or where the options should be configured instead). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
See this guide for example. Make your regular expo-router stack as the sheet navigator's main screen. |
Beta Was this translation helpful? Give feedback.

See this guide for example. Make your regular expo-router stack as the sheet navigator's main screen.