How do you set the document.title for web rendered pages? #267
-
Sorry if this is a silly place to ask—but I couldn't find this documentation anywhere else. Where can we set the page title? I'm using expo-router and have web rendering as a target. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
bencreynolds
Feb 9, 2023
Replies: 1 comment 2 replies
-
<Stack.Screen options={{ title: "Example Title" }}/> |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
EvanBacon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<Stack.Screen options={{ title: "Example Title" }}/>