-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation notice to ImageStore (#23330)
Summary: - Related: #23313 - ImageStore is **iOS only**. AFAIK there is no reason this functionality isn't available on Android. - 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. * [General][added] - A deprecation notice with info about third-party solutions for getting a base64-encoded string. * [General][fixed] - Missing warnings for unimplemented platform methods. Pull Request resolved: #23330 Differential Revision: D14022159 Pulled By: cpojer fbshipit-source-id: 2a026ebf47cb315e9a0cfe6e3697a1799c5cbe2c
- Loading branch information
1 parent
d2fc19f
commit 62599fa
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters