You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed this.setState error for android api under 17 (#241)
* Fixed this.setState error for android api under 17
This function is throwing error on android api <= 17 because of getComponentDimensions scope.
What i did is bind this context to the function on construnctor. Now there is no more error thrown.
* Fix for android platform <=17
Same this.setState error in another button component
0 commit comments