GeekyAnts / GeekyAnts/NativeBase
Slider within a Modal does not update live on Android
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
When creating a `Slider` within a `Modal`, the `Slider.Thumb` does not update when dragging in Android. Works perfectly fine in iOS.
**To Reproduce**
1. Create a `Modal` with a `Slider` child
2. Tap and drag the `Slider.Thumb`
3. See `Slider.Thumb` not following drag motion
**Expected behaviour**
`Slider.Thumb` to behave as it does on iOS where it follows along with the drag.
**CodeSandBox/Snack link**
[snack template](https://snack.expo.dev/nE73kEVbp).
**Platform**
Android
- NativeBase version 3.2.2
- Device: Pixel 6/ Android Emulator
- OS: Android 12
- React Native version 0.63.4
- Expo sdk version 43
- node 16.13.1
- yarn 1.22.11
**Additional information**
Works as expected on iOS. Issue only effect Android
Contributor guide
Assessment
This issue has not been assessed yet.