Introduce paragraph block and RichText component for mobile#81
Introduce paragraph block and RichText component for mobile#81
Conversation
…lock for mobile, and RichText component for mobile, and feed GB mobile with new demo HTML content.
|
Relevant GB PR here: WordPress/gutenberg#8231 |
|
On the iOS simulator, it seems that something goes wrong with the rendering and Aztec is rendered on what seems to be 2 blocks: Anything we can do about it on this PR? cc @SergioEstevao |
|
I think this need to be update on Aztec library itself, @diegoreymendez may now more details. |
…separate package.
|
@daniloercoli - I ended up merging my PR since the review was finished today. Once merging the changes in this PR you should see the Aztec iOS issues mentioned above go away. Let me know if you need help resolving the conflicts. |
|
Thanks @diegoreymendez - Yes, I've been in chat with @SergioEstevao yesterday, and we decided to review your PR first. He is working on making the merge back to this PR. |
# Conflicts: # src/block-management/block-holder.js
…le typing issue 6afc3c5 Update GB hash that includes the latest code from PR review comments.
hypest
left a comment
There was a problem hiding this comment.
Tested and works fine! This is such a great progress :) Thanks!
…pport arbirtary focus codes from RN (#81)
Use focusTextInput and blurTextInput codes from RN's ReactTexInputManager


This PR is branched on the top of #80 "Update to latest GB master", so don't merge this before.Pretty simple PR in this repository:
-- RichText component on mobile (still need to optimize it a little bit better)
-- Add a Paragraph block for mobile
Most of the work was done in a separate branch/PR in the Gutenberg repository here:
https://github.com/WordPress/gutenberg/tree/rnmobile/port-para-block-use-latest-gb-master-july
iOS: No errors, but para blocks are empty.