We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c45bd commit cc699a9Copy full SHA for cc699a9
1 file changed
src/fabric/ScreenStackHeaderConfigNativeComponent.ts
@@ -83,9 +83,7 @@ export interface NativeProps extends ViewProps {
83
synchronousShadowStateUpdatesEnabled?: CT.WithDefault<boolean, false>;
84
85
// Experimental
86
- userInterfaceStyle?:
87
- | CT.WithDefault<UserInterfaceStyle, 'unspecified'>
88
- | undefined;
+ userInterfaceStyle?: CT.WithDefault<UserInterfaceStyle, 'unspecified'>;
89
}
90
91
export default codegenNativeComponent<NativeProps>(
0 commit comments