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

slider is not working in modal #139

Open
skjangid opened this issue Dec 9, 2022 · 7 comments
Open

slider is not working in modal #139

skjangid opened this issue Dec 9, 2022 · 7 comments

Comments

@skjangid
Copy link

skjangid commented Dec 9, 2022

I am using this slider in modal box not working.

@rhadamez
Copy link

Same.

@amorimlucas
Copy link

Same issue for me.

@abdul-ahad-101
Copy link

Any updates on this issue? @skjangid

@Caliman-Nicolae
Copy link

Update package manually

PanResponder.create({
   onStartShouldSetPanResponderCapture: trueFunc, // update this to trueFunc
})

It will work inside modal
@abdul-ahad-101

@hellotreedigital
Copy link

Worked by updating the package code manually and changing onStartShouldSetPanResponderCapture to trueFunc as per @Caliman-Nicolae reply

File index.tsx:

Changed:
onStartShouldSetPanResponderCapture: falseFunc,

To:
onStartShouldSetPanResponderCapture: trueFunc,

@princeKasodariya
Copy link

Same issue for me.

@csulit
Copy link

csulit commented Aug 13, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants