Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Dec 3, 2024
1 parent 05426e5 commit aeac8bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ScreenWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ type ScreenWrapperProps = {
/** Whether to include padding top */
includePaddingTop?: boolean;

/** Whether we should ignore a fact, that safe area paddings were already applied to the screen. If `true` then padding will be always added even if somewhere in hierarchy above we already added this padding. Could be useful in `Modal`s screens as they live in its own native hierarchy. */
ignoreInsetsConsumption?: boolean;

/** Called when navigated Screen's transition is finished. It does not fire when user exit the page. */
onEntryTransitionEnd?: () => void;

Expand Down

0 comments on commit aeac8bf

Please sign in to comment.