-
Notifications
You must be signed in to change notification settings - Fork 8
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
How about some features? #1
Comments
This is definitely something I wanna add, but since it would involves the FlatList, the gestures would be a bit more complex, and I haven't studied how I would do this yet |
I think you can give FlatList or ScrollView scrollEnabled={false}, and give the listRef as props to ImageViewer. And then, you can scroll List by scrollTo (from reanimated) with gesture handler.
ImageViewer:
|
@dodoto could you please explain in more detail the location of the code in ImageViewer? |
a demo code with pan and tap scale
|
trying to work on this |
Hi! How about array of images (imageUrls)? Something like react-native-image-viewing.
The text was updated successfully, but these errors were encountered: