diff --git a/packages/native-stack/src/types.tsx b/packages/native-stack/src/types.tsx index b6857ed3..2223c6d3 100644 --- a/packages/native-stack/src/types.tsx +++ b/packages/native-stack/src/types.tsx @@ -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; /**