Open Nader-CS opened 1 month ago
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
react native version : 0.75.4
react-native-collapsible
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
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.2i change this line
but i think it's not the better way