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

[RNMobile] Enable new block in Gutenberg Mobile #47836

Merged
merged 5 commits into from
Feb 15, 2023

Commits on Feb 7, 2023

  1. Enable new block in Gutenberg Mobile

    Siobhan committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ff781a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    823640f View commit details
    Browse the repository at this point in the history
  2. Enable support for regex named capturing groups

    As per this issue, Hermes doesn't currently support named capturing groups: facebook/hermes#696
    
    This commit addresses that by using the 'plugin-transform-named-capturing-groups-regex' plugin.
    Siobhan committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a113fa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7256b9 View commit details
    Browse the repository at this point in the history
  4. Remove misplaced bracket

    Siobhan committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    33864d0 View commit details
    Browse the repository at this point in the history