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
When extending native Android types using TypeScript, the Runtime requires additional notification for the extended object so that we may establish the proper relation between the JS Proxy and the corresponding Native Android object. This notification is done via the global __native(object) function. For example:
When extending native Android types using TypeScript, the Runtime requires additional notification for the extended object so that we may establish the proper relation between the JS Proxy and the corresponding Native Android object. This notification is done via the global
__native(object)
function. For example:If the user does not return the
__native(this)
there is no warning/notification for this unexpected behavior.Additionally, we should explain this mechanism in a documentation article.
The text was updated successfully, but these errors were encountered: