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

Deprecate AsyncStorage from React Native #66

Merged
merged 1 commit into from Apr 9, 2019

Conversation

krizzu
Copy link
Member

@krizzu krizzu commented Apr 9, 2019

Summary:

From recent changes, we've moved back to add LocalAsyncStorage native module, which consequently fallbacks to deprecated Async Storage on RN Core.

This change reverts this back and add new name, to be used by external storages.

Test Plan:

Green CI.

@krizzu krizzu added enhancement New feature or request platform: iOS This is iOS specific labels Apr 9, 2019
@krizzu krizzu force-pushed the support-community-extensions branch from 5be1149 to 0a331bd Compare April 9, 2019 17:12
@krizzu krizzu merged commit 892afed into master Apr 9, 2019
@krizzu krizzu deleted the support-community-extensions branch April 9, 2019 17:55
krizzu pushed a commit that referenced this pull request Apr 10, 2019
# [1.3.0](v1.2.4...v1.3.0) (2019-04-10)

### Bug Fixes

* Deprecate AsyncStorage from React Native ([#66](#66)) ([892afed](892afed))
* Prefer RNC's AsyncStorage over RN's.  ([9fa8ab9](9fa8ab9))
* release config ([ab7848a](ab7848a))
* semantic-release configuration ([b3d1312](b3d1312))

### Features

* Jest mocks, testing guidelines ([485eba4](485eba4))
@krizzu
Copy link
Member Author

krizzu commented Apr 10, 2019

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform: iOS This is iOS specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants