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
So I applied Swipeable for my Flatlist component and used this way to close one row after another is open. From the UI perspective, everything works perfectly but when I logged prevOpenRow in the closeRow function to the console, I got this warning from xCode console. And in the Swipeable component, I used ref for identifying a specific row like in the code. Anyone got any idea?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I applied Swipeable for my Flatlist component and used this way to close one row after another is open. From the UI perspective, everything works perfectly but when I logged prevOpenRow in the closeRow function to the console, I got this warning from xCode console. And in the Swipeable component, I used ref for identifying a specific row like in the code. Anyone got any idea?
Beta Was this translation helpful? Give feedback.
All reactions