docs: headerHideShadow works on iOS too

This commit is contained in:
Janic Duplessis
2019-11-13 16:41:34 -05:00
committed by Satyajit Sahoo
parent 11efb06642
commit 442e1121fc

View File

@@ -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;
/**