Skip to content

Commit cc699a9

Browse files
fix: revert WithDefault | undefined that breaks codegen
1 parent 27c45bd commit cc699a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/fabric/ScreenStackHeaderConfigNativeComponent.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ export interface NativeProps extends ViewProps {
8383
synchronousShadowStateUpdatesEnabled?: CT.WithDefault<boolean, false>;
8484

8585
// Experimental
86-
userInterfaceStyle?:
87-
| CT.WithDefault<UserInterfaceStyle, 'unspecified'>
88-
| undefined;
86+
userInterfaceStyle?: CT.WithDefault<UserInterfaceStyle, 'unspecified'>;
8987
}
9088

9189
export default codegenNativeComponent<NativeProps>(

0 commit comments

Comments
 (0)