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 3568409 commit 5f451ebCopy full SHA for 5f451eb
js/SegmentedControl.js
@@ -151,20 +151,6 @@ const SegmentedControl = ({
151
);
152
})}
153
</View>
154
- {selectedIndex != null && segmentWidth ? (
155
- <Animated.View
156
- style={[
157
- styles.slider,
158
- sliderStyle,
159
- {
160
- transform: [{translateX: animation}],
161
- width: segmentWidth - 4,
162
- backgroundColor:
163
- tintColor || (colorScheme === 'dark' ? '#636366' : 'white'),
164
- },
165
- ]}
166
- />
167
- ) : null}
168
169
170
};
0 commit comments