[ios] Improve gesture responder and onPress/In/Out transform handling

This commit is contained in:
Mikael Sand
2018-12-08 23:04:53 +02:00
parent 2f513504d2
commit 37f07050e4
7 changed files with 35 additions and 20 deletions
@@ -91,7 +91,7 @@ public class SvgView extends ReactViewGroup implements ReactCompoundView, ReactC
if (mBitmap != null)
canvas.drawBitmap(mBitmap, 0, 0, null);
}
@Override
protected void onSizeChanged(int w, int h, int oldw, int oldh) {
super.onSizeChanged(w, h, oldw, oldh);