Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems that the bug comes from the fact that on iOS we are making a Rect from those values, which takes its starting positions and than width and height as argument, whereas on Android the arguments are strictly 4 bounds, therefore we need to add the starting points to the right and bottom argument.
- Loading branch information