-
Notifications
You must be signed in to change notification settings - Fork 473
Legacy storage #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@krizzu question: If there are not going to be breaking changes, so, why are you considering changing the version number to |
@BrodaNoel There are breaking changes regarding API you use (RFC available here, but no breaking changes in terms of stored data. So you'll have to update your codebase to use new API (if you decide to move on to v2), but your users won't lose data stored. |
Are the "Storage creation options" tasks still planned for v2? |
This task involves reusing existing
AsyncStorage
implementation with the new API. New API available here.To do:
Initial implementation of Legacy storage (thanks to @jeremyscatigna)
Setup an example to use said storage
Storage creation options (while instantiating):
Add flags as storage options:
References:
This issue will be updated with any upcoming ideas/suggestions.
Blocked
#131
The text was updated successfully, but these errors were encountered: