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

not show if collapsed initial value false

Open Nader-CS opened this issue 1 year ago • 3 comments

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

Nader-CS avatar Oct 26 '24 13:10 Nader-CS

https://github.com/oblador/react-native-collapsible/issues/479

Probably the same issue as the above

C0rren avatar Oct 30 '24 10:10 C0rren

I'm having the same issue here :(

netojose avatar Nov 02 '24 21:11 netojose

#479

Probably the same issue as the above

works , thanks

Nader-CS avatar Nov 10 '24 22:11 Nader-CS