mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-26 15:07:19 +08:00
chore: remove test code from example app
This commit is contained in:
@@ -113,10 +113,7 @@ export default function SimpleStackScreen({
|
||||
}, [navigation]);
|
||||
|
||||
return (
|
||||
<SimpleStack.Navigator
|
||||
headerMode="float"
|
||||
screenOptions={{ headerTransparent: true }}
|
||||
>
|
||||
<SimpleStack.Navigator>
|
||||
<SimpleStack.Screen
|
||||
name="Article"
|
||||
component={ArticleScreen}
|
||||
|
||||
Reference in New Issue
Block a user