docs: add large title example

This commit is contained in:
Satyajit Sahoo
2019-11-18 01:16:33 +01:00
parent 353b3fd7de
commit cb426d06de
2 changed files with 89 additions and 10 deletions

View File

@@ -85,6 +85,8 @@ export type NativeStackNavigationOptions = {
headerTranslucent?: boolean;
/**
* Boolean to set native property to prefer large title header (like in iOS setting).
* For large title to collapse on scroll, the content of the screen should be wrapped in a scrollable view such as `ScrollView` or `FlatList`.
* If the scrollable area doesn't fill the screen, the large title won't collapse on scroll.
* Only supported on iOS.
*
* @platform ios