react-native-collapsible-view
react-native-collapsible-view copied to clipboard
How to make the arrow point to another directions?
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.
Probably this <Animated.View style={{ transform: [{ rotate: rotateAnimDeg }] }}>
Unfortunately this is not customizable. But you can just copy the file source