mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-10 05:09:35 +08:00
docs: headerHideShadow works on iOS too
This commit is contained in:
committed by
Satyajit Sahoo
parent
11efb06642
commit
442e1121fc
@@ -106,10 +106,7 @@ export type NativeStackNavigationOptions = {
|
||||
*/
|
||||
headerHideBackButton?: boolean;
|
||||
/**
|
||||
* Boolean indicating whether to hide the elevation shadow on the header.
|
||||
* Only supported on Android.
|
||||
*
|
||||
* @platform android
|
||||
* Boolean indicating whether to hide the elevation shadow or the bottom border on the header.
|
||||
*/
|
||||
headerHideShadow?: boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user