Published
- 1 min read
hide header react navigation
The solution for this is noted below
hide header react navigation
Solution
Hide header in a single screen
<Stack.Screen name='Home' component={HomeScreen} options={{headerShown: false}}/>
Try other methods by searching on the site. That is if this doesn’t work