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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bridge can now save the state of View objects. You may now optionally provide a ViewSavedStateHandler to Bridge.initialize in order to unlock this functionality.
Improved performance during configuration changes and when navigating while apps are in the foreground.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Data will no longer be automatically cleared for objects that go out of memory while an app is running. It is now more strongly recommended to use the clear method to manually delete data for objects in the process of being discarded.