Skip to content
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

[LEGACY] Add web support to AsyncStorage #317

Merged
merged 2 commits into from
Apr 1, 2020
Merged

[LEGACY] Add web support to AsyncStorage #317

merged 2 commits into from
Apr 1, 2020

Conversation

EvanBacon
Copy link
Contributor

Summary:

Test Plan:

  • Added web support to legacy test yarn start:web
    • You'll need to link @react-native-community/async-storage to emulate metro resolution.

@EvanBacon EvanBacon merged commit 8fc9de7 into react-native-async-storage:LEGACY Apr 1, 2020
@littlehome-eugene
Copy link

How do we use this? what does it mean .. it's merged to react-native-community:LEGACY ?

@jaulz
Copy link

jaulz commented Apr 2, 2020

As far as I know it just means that it is part of version 1.x.

@@ -38,19 +41,25 @@
"react": "^16.8",
"react-native": ">=0.59"
},
"dependencies": {
"deep-assign": "^3.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this package is deprecated a long time ago?

https://www.npmjs.com/package/deep-assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

react-native-web implementation of AsyncStorage
4 participants