Merge branch 'feat/monorepo' of https://github.com/NativeScript/NativeScript into feat/monorepo

This commit is contained in:
Nathan Walker
2020-07-23 15:52:59 -07:00
48 changed files with 118 additions and 16 deletions

View File

@@ -265,6 +265,7 @@ export class Button extends ButtonBase {
}
}
@NativeClass
class TapHandlerImpl extends NSObject {
private _owner: WeakRef<Button>;