如何在react native中设置shape(ART)区域的点击事件?

时间:2018-10-26 06:57:37

标签: react-native svg react-native-animatable react-native-svg

我需要使用响应本机ART绘制的特定Shape的点击事件。我怎样才能做到这一点? 您能分享您的想法或想法吗,我可以进行研究吗。

private void ckBoxOrder_CheckedChanged(object sender, EventArgs e)
{
    if (((CheckBox)sender).Checked == true) 
    {
        // ??? TxtQty.Visible = true; // <- doesn't compile
    }
    else 
    {  
        // ??? TxtQty.Visible = false; // <- doesn't compile
    }
 }

0 个答案:

没有答案