You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made some investigation. The onLayout function in AnimatedHeight will be fired with the 0 height. So the calculation for the children's height will not be correct.
The text was updated successfully, but these errors were encountered:
@rajat693 I'm confused here. Why does the react-native-svg version relate to this issue? In my current project, I'm using the latest react-native-svg version, but the issue is still happening.
@rajat693 I don't have any issue with the icon. The icon is still working. The problem is with the accordion content. It doesn't open when I press the trigger. I think it is related to the StyleSheet. absolutely. I removed it and replace with position: absolute and the issue is fixed
Description
The accordion component doesn't work with new architecture enabled
CodeSandbox/Snack link
https://github.com/nnphong1904/glutstack-accordion-reproduction
Steps to reproduce
bun i
to install all dependenciesbun expo run ios
gluestack-ui Version
v2
Platform
Other Platform
No response
Additional Information
onLayout
function inAnimatedHeight
will be fired with the 0 height. So the calculation for the children's height will not be correct.The text was updated successfully, but these errors were encountered: