callstack / callstack/react-native-slider

onSlidingStart & onSlidingComplete & onValueChange were not called on tvbox (android)

Open
#226 7 comments 0 reactions 0 assignees View on GitHub
bug report
Dominant language
TypeScript
Stars
1.4k
Forks
295
Avg merge
5m
Merged PRs (30d)
1

Description

"@react-native-community/slider": "^3.0.3",
"react-native": "npm:react-native-tvos@0.62.2-1",
"react": "16.11.0"
my code:
{
console.log("onSlidingComplete", a)
}}
onSlidingStart={(a)=>{
console.log("onSlidingStart", a)
}}
minimumValue={0}
maximumValue={100}
minimumTrackTintColor="#FFFFFF"
maximumTrackTintColor="#000000"
/>

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with @react-native-community/slider 3.0.3, react-native-tvos 0.62.2-1, and React 16.11.0 using the Slider configuration shown. Trace the Android TV callback handling and verify that onSlidingStart, onSlidingComplete, and onValueChange are invoked when the slider is used.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.