Skip to content

Commit

Permalink
fix(Picker): 增加弹开 & 联动
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx authored and hy committed Apr 8, 2023
1 parent 5ec6f9b commit 9c9f498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function WheelPickerItem({ textStyle, style, visibleRest, height, option, index,
return (
<Animated.View style={[styles.option, style, { height, opacity, transform: [{ rotateX }, { scale }] }]}>
<Text style={[{ color: textColor }, textStyle]}>{option?.label}</Text>
</Animated.View>
</Animated.View >
);
}

Expand Down

0 comments on commit 9c9f498

Please sign in to comment.