Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not show if collapsed initial value false #482

Open
Nader-CS opened this issue Oct 26, 2024 · 3 comments
Open

not show if collapsed initial value false #482

Nader-CS opened this issue Oct 26, 2024 · 3 comments

Comments

@Nader-CS
Copy link

Nader-CS commented Oct 26, 2024

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

@C0rren
Copy link

C0rren commented Oct 30, 2024

#479

Probably the same issue as the above

@netojose
Copy link

netojose commented Nov 2, 2024

I'm having the same issue here :(

@Nader-CS
Copy link
Author

#479

Probably the same issue as the above

works , thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants