fixed skip bacwards icon render cache issue

This commit is contained in:
tapframe 2026-01-09 00:44:32 +05:30
parent aa6406eae0
commit 45b63cb33f

View file

@ -401,12 +401,13 @@ export const PlayerControls: React.FC<PlayerControlsProps> = ({
transform: [{ scale: backwardScaleAnim }] transform: [{ scale: backwardScaleAnim }]
} }
]}> ]}>
<Ionicons <View style={{ transform: [{ scaleX: -1 }] }}>
name="reload-outline" <Ionicons
size={seekIconSize} name="reload-outline"
color="white" size={seekIconSize}
style={{ transform: [{ scaleX: -1 }] }} color="white"
/> />
</View>
<Animated.View style={[ <Animated.View style={[
styles.buttonCircle, styles.buttonCircle,
{ {