leecade / leecade/react-native-swiper

Instagram Style Gesture Tap need to be implemented -Enhancement

Open
#998 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

✨enhancement
Dominant language
JavaScript
Stars
10.5k
Forks
2.3k
PR merge metrics
No merged PRs in 30d

Description

if you tap on the right part of the image, the next image will be rendered and
if you tap on a left part previous image will be rendered.
If you tap on Center, it will render the next item.
But all the stuff need to be done with just a simple tap, unlike little drag

NOTE:
The tap should be anywhere, based on left tap or right tap, the image needs to be rendered

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the swiper's gesture and image-navigation handling. Verify how taps are distinguished on the left, center, and right portions of the image, then confirm that a simple tap renders the requested adjacent item without requiring a drag.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react, react-native
Domain
frontend, mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.