-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
renderSectionContent is cutting text #383
Comments
I fix this problem
Check width of your content and width of accordion |
+1 |
I've had a similar problem when modifying the content while using the Simulator + Fast Refresh. The issue is that the content container's size is only calculated on open, not when the content changes (related issue here #420). To fix it, I just collapse the accordion item and then open it again. |
Actually, that's probably not the same issue - in the OP's case, perhaps wrap the content component in a |
Hi there,
i have following method for
renderSectionContent
now everytime i collapse and open the
react-native-collapsible/Accordion
Section, Text is cut off and the overflow is hidden. Usually when opening it first time, it looks as expected. Closing and Opening each element leads to text cut off.Has this happened to anyone also?
Cheers,
Patrick
The text was updated successfully, but these errors were encountered: