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
We have the Swipeable component inside of a FlatList, and we just recently updated to React Native 0.51, and now the implemented right buttons have very inconsistent tap registry. The taps will register about 20% of the time, with triggering behaviors also inconsistent.
I believe that it has something to do with the nested TouchableHighlights, but I'm still investigating.
This seems like a relevant issue, and I'm going to attempt to implement some solutions found in the thread. facebook/react-native#3082
Thanks
The text was updated successfully, but these errors were encountered:
We have the Swipeable component inside of a FlatList, and we just recently updated to React Native 0.51, and now the implemented right buttons have very inconsistent tap registry. The taps will register about 20% of the time, with triggering behaviors also inconsistent.
I believe that it has something to do with the nested TouchableHighlights, but I'm still investigating.
This seems like a relevant issue, and I'm going to attempt to implement some solutions found in the thread.
facebook/react-native#3082
Thanks
The text was updated successfully, but these errors were encountered: