Once we bring Gutenberg in the apps with #163, we'll need to connect the UI pieces so that the editor:
Task list:
iOS
Native Module for communication between RN and Native.Android
We talked in slack already, but leaving a comment here for reference, @etoledom is looking at breakdown and estimates for this one
After playing around with this tasks, I believe that this is more about overall communication between RN and Native, namely Native Modules.
Native Module for communication between RN and Native.It would be good to identify all the communication points needed to satisfy the Alpha milestone. So far I can think of the following:
The list could grow (or shrink). Some of them are super simple (few hours or less) and others might take longer (few days). Many of them are already working on the example branch (iOS) but none is yet merged.
I'd also like to find a way to start merging step by step at some point, but for that we should coordinate with Android. Check if this solution works for both platforms and agree on a RN side interface (method names) and a common place to document them.
(Talking with @hypest , we decided to go faster and let one platform accommodate to the one that first implemented the solution)
Edited:
With some simplifications, and moving some subtasks to Beta, I believe we could work this out in one sprint time.
~Checklist with the Android side of the ticket:~
~- [x] Shows a top bar with the same options as Aztec (preview, document options)~
~- [x] Can load a post from the app~
~- [x] Can save changes and upload a post~
~- [ ] Cleanup the GutenbergEditorFragment class (remove unused lines, unused menus, handle device rotation)~
Stroke through these ^ since they will live in the ticket description directly as per https://github.com/wordpress-mobile/gutenberg-mobile/issues/182#issuecomment-436560490.
@hypest @etoledom I moved the checklists to the description, so the progress is visible on the issue:

Please make sure you update those as they get completed or change, and also can you add estimates per task so we can have an idea how much is done?
Noticed that we don't have "create new (empty) post" as a task in the list so, going to add it. cc @etoledom
Thank you!
Added estimation for create new (empty) post iOS side.
All subtasks completed, closing this. 馃帀