Chen Ying

Results 2 issues of Chen Ying

### 相关平台 React Native **使用框架: React** ### 复现步骤 // 监听键盘弹起 useEffect(() => { Taro.onKeyboardHeightChange(res => { console.log('height:',res.height) }) }, []); ### 期望结果 res.height 的值,根据键盘打开,关闭后,给出正确的值 ### 实际结果 只要打开一次键盘,永远会返回键盘打开时的高度,不会返回 0 ### 环境信息...

V-3
F-react
T-rn

how to config with typescript?