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

feat(react-native): run-android support --active-arch-only flag #15050

Merged
merged 2 commits into from
Feb 17, 2023

Commits on Feb 16, 2023

  1. feat(react-native): add activeArchOnly run-android option flag

    This solves issue nrwl#15045 and adds the possibility to pass as argument to React Native CLI's
    run-android the flag --active-arch-only to only build for the current architecture, reducing native
    build times by up to 75%.
    
    closed nrwl#15045
    Stefano Formicola committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a96114d View commit details
    Browse the repository at this point in the history
  2. docs(react-native): update run-android docs

    Stefano Formicola committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c74c1e5 View commit details
    Browse the repository at this point in the history