Replace forked mobile editor dependencies #53359
Labels
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
[Type] Build Tooling
Issues or PRs related to build tooling
This issues tracks various tasks for removing forked, third-party dependencies for the native mobile editor. The following tasks could likely be addressed individually as miniature projects.
What problem does this address?
The forked dependencies have caused issues in the past, e.g. #33424, #40540. We have adapted our approach to work around these issues, but the forked dependencies remain an inefficiency.
Current State
react-native-prompt-android✅Highreact-native-hsv-color-pickerMediumWhat is your proposed solution?
We could remove dependency on the forked dependencies by committing fixes/required changes to the upstream repositories or internalizing the dependency in the form of implementing the dependency in the Gutenberg code directly.
react-native-reanimated
forked repository.react-native-prompt-android
forked repository.react-native-video
forked repository.@react-native-community/[email protected]
and replace forked repository.Footnotes
The modification is made to Podfile to fix an actual issue from the upstream repository. ↩
The text was updated successfully, but these errors were encountered: