Skip to content

Commit

Permalink
Update ScreenNativeComponent.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki authored Jan 18, 2024
1 parent db3124e commit 5655d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabric/ScreenNativeComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export interface NativeProps extends ViewProps {
onHeaderHeightChange?: BubblingEventHandler<HeaderHeightChangeEvent>;
onTransitionProgress?: BubblingEventHandler<TransitionProgressEvent>;
onGestureCancel?: BubblingEventHandler<ScreenEvent>;
onHeaderBackButtonClicked?: BubblingEventHandler<ScreenEvent>;
sheetAllowedDetents?: WithDefault<SheetDetentTypes, 'large'>;
sheetLargestUndimmedDetent?: WithDefault<SheetDetentTypes, 'all'>;
sheetGrabberVisible?: WithDefault<boolean, false>;
Expand Down Expand Up @@ -96,7 +97,6 @@ export interface NativeProps extends ViewProps {
navigationBarColor?: ColorValue;
navigationBarHidden?: boolean;
nativeBackButtonDismissalEnabled?: boolean;
onHeaderBackButtonClicked?: BubblingEventHandler<ScreenEvent>;
}

export default codegenNativeComponent<NativeProps>('RNSScreen', {
Expand Down

0 comments on commit 5655d02

Please sign in to comment.