-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for Community's Async Storage #2271
Closed
krizzu opened this issue
Apr 9, 2019
· 3 comments
· Fixed by react-native-async-storage/async-storage#327
Closed
Add support for Community's Async Storage #2271
krizzu opened this issue
Apr 9, 2019
· 3 comments
· Fixed by react-native-async-storage/async-storage#327
Labels
Deliverable
Major item tracked for top-level planning in ADO
Extensions
Tracks issues against community modules and extensions
must-have
p1
Partner: Stream
(label may be applied by bot based on author)
Milestone
Comments
ghost
added
the
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
label
Apr 9, 2019
harinikmsft
added
ready for dev
and removed
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
labels
Apr 10, 2019
chrisglein
added
the
Extensions
Tracks issues against community modules and extensions
label
Aug 10, 2019
chrisglein
changed the title
Add support for Community's Async Storage [CPP]
Add support for Community's Async Storage
Aug 10, 2019
This was referenced Oct 14, 2019
This was referenced Oct 31, 2019
Customer is currently unblocked. We have limited time for M4 (~1 month) so this will wait for the new year. |
For my customer, this is a dependency for several different libraries for them. This is one that absolutely will be necessary for things like our offline data storage for Realm and Redux; token storage for Azure Auth; etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Deliverable
Major item tracked for top-level planning in ADO
Extensions
Tracks issues against community modules and extensions
must-have
p1
Partner: Stream
(label may be applied by bot based on author)
Hello 👋
As part of Lean Core effort in React Native, some modules are extracted into external repos, under RN Community's org.
One of them is Async Storage, used in most of the apps. In order to deprecate old AS module, we've ditched
NativeModule
's name fromAsyncLocalStorage
toPlatformLocalStorage
.Currently,
RN-windows
uses deprecated name, so it'd be great to keep it in sync.Let me know what you think.
thanks.
The text was updated successfully, but these errors were encountered: