callstack / callstack/react-native-slider
Slider thumb not aligning with mouse arrow
Open
bug report
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 295
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
## Environment
React Native using Expo.
"@react-native-community/slider": "4.5.6"
* are you using the new architecture?
* which version of react & react-native are you using?
19
## Description
https://github.com/user-attachments/assets/df54b088-ade4-4194-a06b-aa7f1e0ba771
## Reproducible Demo
```tsx
const SliderSetting= ({settingName}: SliderSettingProps)=> {
const [value, setValue] = useState(0.1);
return (
{settingName}
{value}
)
}
```
Contributor guide
Assessment
This issue has not been assessed yet.