No header in options!!! #2209
Replies: 1 comment
-
Hi @kravchenko-anton! Currently, Also, I would hardly not recommend moving to the native stack from react-native-screens, since it's deprecated and shouldn't be used, as it might be removed soon. Is there any reason why do you want to use our native-stack? Please keep in mind that the native stack that comes from our library is marked as Since I think I've exhausted the topic, let me close this discussion! If I can do anything more for you, just ask me to reopen this discussion. |
Beta Was this translation helpful? Give feedback.
-
Im using @react-navigation/native-stack and want migrate to your library. But in the Stack.Screen i using options: {{
header: ({ navigation }) => (
<Header.Head>
<Header.Logo className='pl-2' />
<Header.Icon
className='pr-2'
icon={SearchIcon}
onPress={() => navigation.navigate('Search')}
/>
</Header.Head>
),
headerShown: true
}}
Beta Was this translation helpful? Give feedback.
All reactions