Skip to content
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

Edit unsupported blocks in a RN web view #21832

Closed

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    34d7084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3f0e3 View commit details
    Browse the repository at this point in the history
  3. Edit unsupported blocks in RN web view

    On mobile, unsupported blocks cannot be shown in the React Native editor. To allow users to edit these blocks, we use a web view to show a web editor and allow the user to manipulate the block there before loading its contents back into the mobile editor.
    guarani committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    73d3763 View commit details
    Browse the repository at this point in the history
  4. Fix package-lock file

    guarani committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a28005a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Fixed block replacement

    guarani committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    939970c View commit details
    Browse the repository at this point in the history
  2. Fixed styles

    guarani committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    38ed383 View commit details
    Browse the repository at this point in the history