We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current use of flatlist has several bugs that causes pages to get stuck and flip out due to swipe gestures overlapping.
Using react-native-reanimated to power custom gesture handling, we can fix these bugs.
react-native-reanimated
Rainbow wallet is a great example repo that handles lists and navigation with same direction gestures.
Tasks: Switch out react native's FlatList for a Animated.View that listens to Tap and Pan gestures.
FlatList
Animated.View
Gesture Handling example
The text was updated successfully, but these errors were encountered:
stormcloud266
No branches or pull requests
The current use of flatlist has several bugs that causes pages to get stuck and flip out due to swipe gestures overlapping.
Using
react-native-reanimated
to power custom gesture handling, we can fix these bugs.Rainbow wallet is a great example repo that handles lists and navigation with same direction gestures.
Tasks:
Switch out react native's
FlatList
for aAnimated.View
that listens to Tap and Pan gestures.Gesture Handling example
The text was updated successfully, but these errors were encountered: