Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
docs: headerHideShadow works on iOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored and satya164 committed Nov 17, 2019
1 parent 11efb06 commit 442e112
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/native-stack/src/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 442e112

Please sign in to comment.