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
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Instead of setting state on your entire screen/component, set the "native prop" of the list. This fixed the issue for me. You need to add ref prop to your flatList first.
<Swipeout right={this.renderSwipeoutButtons} buttonsWidth={44} scroll={(scrollEnabled) => { this.setState({ scrollEnable }); }} > </Swipeout>
This causes the flatlist to rerender all the items - preventing them from being opened. How to solve it?
The text was updated successfully, but these errors were encountered: