Skip to content

Commit 90ba080

Browse files
committed
chore: add note for added types
1 parent a97ae2c commit 90ba080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/RCTSegmentedControlNativeComponent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ type SegmentedControlIOSProps = $ReadOnly<{|
5454
/**
5555
*
5656
* Text color of the control.
57+
* NOTE: this prop will only work for iOS >= 13
5758
*/
5859
textColor?: ?string,
5960
/**
6061
* Background color of the control.
62+
* NOTE: this prop will only work for iOS >= 13
6163
*/
6264
backgroundColor?: ?string,
6365
/**

0 commit comments

Comments
 (0)