Im trying with measure but doesn´t work.
this.refs.tabla.measure(this._getWidth);
_getWidth(a,f,width,h,x,z){
width = width + '';
this.setState({width});
console.log(width);
}
this is the error: index.js:20222 Uncaught TypeError: this.refs.tabla.measure is not a function