react-native-collapsible-view icon indicating copy to clipboard operation
react-native-collapsible-view copied to clipboard

How to make the arrow point to another directions?

Open fptmannt4 opened this issue 1 year ago • 1 comments

Hi, thank you for this awesome component. I want to make the arrow pointing to another directions, specifically pointing upward when expanded and pointing downward when collapsed. Which part of the code should I modify?

Thanks in advanced.

fptmannt4 avatar Mar 10 '24 00:03 fptmannt4

Probably this <Animated.View style={{ transform: [{ rotate: rotateAnimDeg }] }}>

Unfortunately this is not customizable. But you can just copy the file source

Eliav2 avatar Mar 10 '24 07:03 Eliav2