supervons/react-native-supervons-custom-keyboard

UIManager.measure(this.refs.keyboardWrap

Closed this issue · 2 comments

点的快一点的时候整个地方会报错。
我暂时加了点保护

 ```

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});
});

这个没有复现,具体的步骤是什么?

It's been too long nobody reply, so I close.