-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Gutenberg UI into the app editors #182
Comments
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
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. Edited: |
Stroke through these ^ since they will live in the ticket description directly as per #182 (comment). |
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! |
All subtasks completed, closing this. 🎉 |
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.- Close button (RN -> Native [?])(Handled in the Native side)More button options:
Android
The text was updated successfully, but these errors were encountered: