callstack / callstack/react-native-slider
onSlidingStart & onSlidingComplete & onValueChange were not called on tvbox (android)
- 主要语言
- TypeScript
- 星标
- 1.4k
- 派生
- 295
- 平均合并
- 5 分钟
- 30 天内合并 PR
- 1
描述
"@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"
/>
贡献指南
调研方向
使用所示的 Slider 配置,通过 @react-native-community/slider 3.0.3、react-native-tvos 0.62.2-1 和 React 16.11.0 重现该问题。跟踪 Android TV 的回调处理,并验证使用滑块时会调用 onSlidingStart、onSlidingComplete 和 onValueChange。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, react-native
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100