-
Notifications
You must be signed in to change notification settings - Fork 295
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
ImageStore deprecated #161
Comments
Getting exact error, started to show up when I've upgraded to Expo 33. Since I'm not using ImageStore anywhere in the code, I think it might be related to AsyncStorage |
Yes, I also think it is related to AsyncStorage. Since I'm not sure where does ImageStore is used in the framework, I'm looking at the code and trying to update before it is actually deprecated |
Having the same error. |
Same here... I'll add that it throws with every code change (build). Very distracting when trying to debug. |
Yes.. I think that Vue Native is using deprecated libraries which means even I don't use ImageStore in my app, it will throw this warning message all the time because the deprecated libraries will be included in app building process. (Found it happening when Vue Native is transforming into React Native in app building process.) I think the solution will be updating the deprecated library, but I'm still struggling to find out what deprecated libraries Vue Native using. |
I know it's not a good long term fix, but I commented out the warning message. It can be found in |
That makes me happy for now - at least it won't get in the way of debugging. |
I put up a PR for this issue. Please let me know if the PR is wrong/incorrect/needs updating and I'll make the changes accordingly or close out the PR if necessary. I tested the PR out and it addresses the issue. |
The text was updated successfully, but these errors were encountered: