You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ddfreiling thanks for the great tutorial. I've managed to use deeplink with this tutorial. But i cannot use this when using tns run android --bundle.
There is an error in my bundle saying that all method (e.g. onCreate etc) is protected and can only be accessed by Activity class and all subclasses...
and also i cannot use the lib.core.d.ts in reference.d.ts
The text was updated successfully, but these errors were encountered:
@jgerryl The problem is the extend method is overwrite by typescript. I think {N} have include all the helper function since 5.0 although I haven't tested it. You can also try this repo: https://github.com/m-abs/nativescript-tslib
Hi @ddfreiling thanks for the great tutorial. I've managed to use deeplink with this tutorial. But i cannot use this when using tns run android --bundle.
There is an error in my bundle saying that all method (e.g. onCreate etc) is protected and can only be accessed by Activity class and all subclasses...
and also i cannot use the lib.core.d.ts in reference.d.ts
The text was updated successfully, but these errors were encountered: