react-native-collapsible
react-native-collapsible copied to clipboard
not show if collapsed initial value false
i have issue , that is if collpase value in initial render false , then i can't show anyhing , i should change to true then to false by click to show the content
react native version : 0.75.4
react-native-collapsible : 1.6.2
i change this line
- height: hasKnownHeight ? height : 0,
+ height: hasKnownHeight ? height : 100,
but i think it's not the better way
https://github.com/oblador/react-native-collapsible/issues/479
Probably the same issue as the above
I'm having the same issue here :(
#479
Probably the same issue as the above
works , thanks