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
Hi,
I have a rendering problem with <Accordion /> in renderContent prop. I recorded the screen to clarify the problem better.
Screen.Recording.2022-05-08.at.11.33.46.mov
I'll explain the behavior it should have: the button I clicked should decrease the quantity field (above the button) from 2 to 1 but as you can see from the video the component disappears. If I collapse the header up and then collapse it down, the component is displayed again with the right quantity updated. I use redux to manage the status of my application.
Without Accordion it works great, but I would like it to work here too because it's a fanstatic component (congratulations). I have read other issues with similar behavior but have not found any solution
Hi,
I have a rendering problem with
<Accordion />
inrenderContent
prop. I recorded the screen to clarify the problem better.Screen.Recording.2022-05-08.at.11.33.46.mov
I'll explain the behavior it should have: the button I clicked should decrease the quantity field (above the button) from 2 to 1 but as you can see from the video the component disappears. If I collapse the header up and then collapse it down, the component is displayed again with the right quantity updated. I use redux to manage the status of my application.
Without Accordion it works great, but I would like it to work here too because it's a fanstatic component (congratulations). I have read other issues with similar behavior but have not found any solution
The code:
renderItem
is a simple component with nestedView
,Text
andTouchableOpacity
.I hope I was clear.
The text was updated successfully, but these errors were encountered: