We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a30cdb commit 9a3dde4Copy full SHA for 9a3dde4
js/SegmentedControl.js
@@ -101,8 +101,7 @@ const SegmentedControl = ({
101
nativeEvent: {
102
layout: {width},
103
},
104
- }) => updateSegmentWidth(width)}
105
- >
+ }) => updateSegmentWidth(width)}>
106
{!backgroundColor && !tintColor && (
107
<SegmentsSeparators
108
values={values.length}
js/types.js
@@ -112,7 +112,8 @@ export type SegmentedControlProps = $ReadOnly<{|
112
* array testID to each segment button
113
*/
114
testIDS: $ReadOnlyArray<string>,
115
+ /**
116
* Style properties for the slider component (Animated.View)
117
- sliderStyle?: ViewStyle,
118
+ sliderStyle?: ViewStyle,
119
|}>;
0 commit comments