microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.24k stars 1.13k forks source link

Add support for Community's Async Storage #2271

Closed krizzu closed 4 years ago

krizzu commented 5 years ago

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 from AsyncLocalStorage to PlatformLocalStorage.

Currently, RN-windows uses deprecated name, so it'd be great to keep it in sync.

Let me know what you think.

thanks.

chrisglein commented 4 years ago

Customer is currently unblocked. We have limited time for M4 (~1 month) so this will wait for the new year.

robertev commented 4 years ago

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.

kaiguo commented 4 years ago

PR: https://github.com/react-native-community/async-storage/pull/324.