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 #2270

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

We are tracking this against vnext as #2271. We will not complete this against current (.NET).