File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ export interface NativeProps extends ViewProps {
8484 onPressHeaderBarButtonItem ?: DirectEventHandler < OnPressHeaderBarButtonItemEvent > ;
8585 onPressHeaderBarButtonMenuItem ?: DirectEventHandler < OnPressHeaderBarButtonMenuItemEvent > ;
8686 synchronousShadowStateUpdatesEnabled ?: WithDefault < boolean , false > ;
87+
88+ // Experimental
8789 userInterfaceStyle ?: WithDefault < UserInterfaceStyle , 'unspecified' > ;
8890}
8991
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ export interface NativeProps extends ViewProps {
167167 rightScrollEdgeEffect ?: WithDefault < ScrollEdgeEffect , 'automatic' > ;
168168 topScrollEdgeEffect ?: WithDefault < ScrollEdgeEffect , 'automatic' > ;
169169
170+ // Experimental
170171 userInterfaceStyle ?: WithDefault < UserInterfaceStyle , 'unspecified' > ;
171172}
172173
You can’t perform that action at this time.
0 commit comments