-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Lean Core] Add deprecation notice to ImageStore #23330
[Lean Core] Add deprecation notice to ImageStore #23330
Conversation
# Why - Related: #23313 - ImageStore is **iOS only** - base64 is very inefficient with the React Native bridge - Ideally the `FileSystem` solutions will integrate Turbo Modules to circumvent bridge issues by passing direct references to files. # How - Added a deprecation notice with info about third-party solutions for getting a base64-encoded string. - Added missing warnings for unimplemented platform methods.
Thank you! 🙏 Could you change your implementation to use the |
Should these warnings be added in react-native-implementation.js? That is where we've put the other warnings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis results:
eslint
found some issues.
Could the failure be unrelated?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@EvanBacon merged commit 62599fa into |
Summary
FileSystem
solutions will integrate Turbo Modules to circumvent bridge issues by passing direct references to files.Changelog
Test Plan