Commit 399b7035 authored by 7c00's avatar 7c00

修正重构错误

parent 6e68dff2
......@@ -29,7 +29,7 @@ internal class AMapPolylineManager : ViewGroupManager<AMapPolyline>() {
polyline.setColors(colors)
}
@ReactProp(name = "build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color", customType = "Color")
@ReactProp(name = "color", customType = "Color")
fun setColor(polyline: AMapPolyline, color: Int) {
polyline.color = color
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment