mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-06-18 07:28:54 +08:00
refactor: make sure height set on header container is focused header height
This commit is contained in:
@@ -113,7 +113,10 @@ export default function SimpleStackScreen({
|
||||
}, [navigation]);
|
||||
|
||||
return (
|
||||
<SimpleStack.Navigator>
|
||||
<SimpleStack.Navigator
|
||||
headerMode="float"
|
||||
screenOptions={{ headerTransparent: true }}
|
||||
>
|
||||
<SimpleStack.Screen
|
||||
name="Article"
|
||||
component={ArticleScreen}
|
||||
|
||||
Reference in New Issue
Block a user