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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When trying to detach and re-attach a native view, the native side will fail. This is because native views get destroyed upon being removed from their parent.
Angular would benefit if these views could be re-used. Currently, the renderer just re-creates views as needed with the same set of properties and children that the destroyed view had.
When React Native supports re-use of native elements, then this renderer should be changed to use that feature.
Right now, we already recreate the view
The text was updated successfully, but these errors were encountered: