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