-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Remove AsyncStorage
dependency from Onyx. Clean up tests.
#16455
Comments
Huh... This is 4 days overdue. Who can take care of this? |
@chrispader's working on it |
This is in review |
Looks like we merged the linked PR here. But we still need a PR to fix up App so it's using the latest |
@chrispader is the above something you are looking into? |
Yes, i'm gonna create a PR that adds the latest changes to |
Created this PR, which also includes later changes in |
@marcaaron i think this issue can be closed now, right? 🎉 |
almost! we close issues when they are deployed to production. |
This issue has not been updated in over 15 days. @marcaaron eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@marcaaron can this be closed out now? :) |
After switching from
AsyncStorage
toreact-native-quick-sqlite
in Onyx we still have some tests that are using the mock storage providers fromAsyncStorage
. Additionally, the tests we have are a bit of a mess and don't really test the "real" implementations of storage so it doesn't really matter what we use there.@kidroca and @chrispader started working on the clean up already so this is just an issue to track the progress.
The text was updated successfully, but these errors were encountered: