Joschka César
Results
2
comments of
Joschka César
Same issue here. The disabled property works correctly on iOS devices, but in the browser (Chrome 97) the slider is not disabled. ` ` `"@react-native-community/slider": "4.1.12"` `"expo": "^43.0.0"` `"react-native": "0.64.3"`...
A quick workaround for me was to just wrap the slider in a `View` and disable `pointerEvents` on it as a surrogate to `disabled`