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
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.4react-native-collapsible: 1.6.2i change this line
but i think it's not the better way