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

Added named groups babel transform to rn babel preset #791

Closed
wants to merge 3 commits into from

Commits on Mar 14, 2022

  1. Added named groups babel transform to rn babel preset

    Hermes currently does not support regex named groups. Whenever a library is included that uses named groups the rn build with hermes will fail (as it doesn't compile). This is already the case when using jest 27 as this includeds a dependency (ansi-styles) that uses named-groups which is transitivily included via pretty-format in HMRClient
    danilobuerger committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5ec8b9e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    eee13bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fc0cf View commit details
    Browse the repository at this point in the history