-
Notifications
You must be signed in to change notification settings - Fork 138
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 not working on Modal #134
Comments
I am having the same problem in my implementation. |
I'm seeing this too.. Any workarounds available for this? |
Seeing this too. I couldn't find the cause and was needing this as fast as possible for a project. If you are in the same situation you can use this package here: @miblanchard/react-native-slider. Definetly not perfect but solves this particular issue and works well enough in both platforms. |
Is it fixed ? any workarounds available for this? |
With version 2.1.1 it works. |
This version i occur this error: iOS Bundling complete 3183ms I tried to AppRegistry it: import React, { useCallback, useState } from "react"; import Label from "./Label"; const RangeSlider = ({ from, to }) => { const renderThumb = useCallback(() => , []); return ( export default RangeSlider; But it now work. |
anyone fix this? Got same problem! |
I have also the same issue. please inform me if somebody finds any solution. |
I found that having the slider inside After replacing all Now need to figure out how to handle existing behaviour without the parent |
Any updates here? I'm also facing the same issue? Is there any fix? |
Update package manually
It will work inside modal |
@Caliman-Nicolae I am using it inside bottom sheet and still not working after updating |
That work for me as well, thanks. |
Any chance of updating the package with this fix? That would be greatly appreciated |
is this issue fixed? we are still facing it |
When we added slide on Modal presentation popup, slide not working(touch not working ).
The text was updated successfully, but these errors were encountered: