UIManager.measure(this.refs.keyboardWrap
Closed this issue · 2 comments
sherxia92 commented
点的快一点的时候整个地方会报错。
我暂时加了点保护
```
let nodeHandle = findNodeHandle(this.refs.keyboardWrap);
nodeHandle && UIManager.measure(nodeHandle,(x, y, widths, heights)=>{
DeviceEventEmitter.emit('_keyboardDidShow',{"endCoordinates":{"screenX":0,"height":285,"width":widths,"screenY":height-heights},'isLoadKeyBoard':true});
});
supervons commented
这个没有复现,具体的步骤是什么?
supervons commented
It's been too long nobody reply, so I close.