package com.swmansion.gesturehandler import android.view.View class RNSVGHitTester { companion object { @Suppress("UNUSED_PARAMETER") fun isSvgElement(view: Any) = false @Suppress("UNUSED_PARAMETER") fun hitTest(view: View, posX: Float, posY: Float) = false } }