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 }]
}
]}>
<Ionicons
name="reload-outline"
size={seekIconSize}
color="white"
style={{ transform: [{ scaleX: -1 }] }}
/>
<View style={{ transform: [{ scaleX: -1 }] }}>
<Ionicons
name="reload-outline"
size={seekIconSize}
color="white"
/>
</View>
<Animated.View style={[
styles.buttonCircle,
{