meliorence / meliorence/react-native-image-gallery
Is there any props cat let the gallery direction is vertical ?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 717
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
I want to set the gallery direction to be vertical, then I modify FlatList horizontal={false} of the source code, the screen looks correctly in vertical , but the gestures behavior not response correctly with vertical gallery, for example : In vertical gallery, my gestures should be vertical move direction to make page-change, but it still work in horizontal move direction, how could I get the function that I want or it seems like that I have to modify massive source code to get this function ?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the gallery source and the FlatList configuration, then trace how gesture direction is handled when horizontal is changed to false. Confirm the expected vertical page-change behavior and test the gesture interactions on the supported mobile platforms; the work is done when vertical swipes change pages without requiring horizontal movement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100