Problem with the slider in IOS

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): Android, iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi,

I am using a mulitslider package but when i try use the slider in IOS the app start going to the previous page. There is any way to stop the app go to previous page when i click in the slider marker?

I am using react navigation v6 and @ptomasroos/react-native-multi-slider

Hey @ytalokaio, based on what you’re saying it sounds like there might be a gesture handling conflict that’s occurring. You could try disabling gestures on your navigator (https://reactnavigation.org/docs/native-stack-navigator/#gestureenabled) to see if that resolves the issue.

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.