-
Notifications
You must be signed in to change notification settings - Fork 11
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, ImageEditor not in React Native anymore #65
Comments
Could you please have a look @forki? |
@fremontmj could you please send a PR? |
The only reason I know about this is because I have a nascent Expo project and was testing the web version (which uses react-native-web to make a compatibility layer to React in the browser), and got these errors:
I then looked up those packages and saw they are no longer in the later React Native distributions (they're also not supported by react-native-web). I would try to make a PR (though I'm a complete noob at these things), but I don't use either of these libraries, so I'd have no way to test it. I'm sorry I don't think I can be of help. |
These packages have been moved out of the base distribution.
ImageStore: Deprecated. Use expo-file-system or react-native-fs instead.
ImageEditor: Deprecated. Use one of the community packages instead
The text was updated successfully, but these errors were encountered: