gutenberg-mobile
gutenberg-mobile copied to clipboard
Mobile version of Gutenberg - native iOS and Android
**Fixes**: #https://github.com/wordpress-mobile/gutenberg-mobile/issues/3800 **Gutenberg PR**: https://github.com/WordPress/gutenberg/pull/34057 ## To test Follow the test instructions in the Gutenberg PR: https://github.com/WordPress/gutenberg/pull/34057 PR submission checklist: - [x] I have considered adding unit tests where possible....
**Describe the bug** Adding media to a Cover block while another block is in focus causes a focus loop. **To Reproduce** Steps to reproduce the behavior: 1. Add a Cover...
**Describe the bug** While the Unsupported Editor mode is loading, the screen informs the user to ensure they have the block editor enabled on their site, and also displays an...
**Describe the bug** On Android, when an image in a post has a remote id (for example, 12) that conflicts with the local id assigned to a newly added image,...
Add support to link images in Media & Text block. Check out this [PR as a reference](https://github.com/wordpress/gutenberg/pull/18139).
## Related PRs * https://github.com/WordPress/gutenberg/pull/39454 by @geriux ## Description This PR is generated by `version-toolkit` to downstream the changes for `gutenberg` submodule.
Gutenberg should support at least the basic keyboard shortcuts for rich text formatting.
## Related PRs * https://github.com/WordPress/gutenberg/pull/39354 by @hypest ## Description This PR is generated by `version-toolkit` to downstream the changes for `gutenberg` submodule.
Trying the react-native-fast-image library to address #4641 To test: TBD PR submission checklist: - [ ] I have considered adding unit tests where possible. - [ ] I have considered...
**Describe the bug** When working on WPAndroid's post saving mechanism, I noticed that multiple saves were being triggered from gutenberg when scrolling through a post. This seemed to occur reliably...