feat:debug and success to implement nativeChannel on Android

This commit is contained in:
pengfei.zhou
2019-11-18 11:40:46 +08:00
parent 8c83c3d13e
commit 856287e15f
6 changed files with 121 additions and 18 deletions

View File

@@ -333,6 +333,7 @@ export abstract class Group extends Superview {
}
addChild(view: View) {
view.superview = this
this.children.push(view)
}
}