Skip to content
New issue

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

Flatlists not compatible with swiper #170

Open
youngkidwarrior opened this issue Mar 29, 2021 · 0 comments
Open

Flatlists not compatible with swiper #170

youngkidwarrior opened this issue Mar 29, 2021 · 0 comments
Assignees
Labels
app Shenanigan mobile app
Milestone

Comments

@youngkidwarrior
Copy link
Member

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 a Animated.View that listens to Tap and Pan gestures.

Gesture Handling example

@youngkidwarrior youngkidwarrior added the app Shenanigan mobile app label Mar 29, 2021
@youngkidwarrior youngkidwarrior added this to the Alpha milestone Mar 29, 2021
@chair28980 chair28980 changed the title Flatlists not compatible with tabs Flatlists not compatible with swiper May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Shenanigan mobile app
Projects
None yet
Development

No branches or pull requests

2 participants