コード例 #1
0
 @ReactProp(name = "zIndex", defaultFloat = 1.0f)
 public void setZIndex(AirMapCircle view, float zIndex) {
   view.setZIndex(zIndex);
 }