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

[Main][Windows] Working around Long paths limitation on Windows #33707

Merged
merged 5 commits into from
May 9, 2022

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    3d7ba8b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    403e0b8 View commit details
    Browse the repository at this point in the history
  2. This change is extending the changes made by alespergl to reduce the …

    …file paths and command lengths of ndk build commands
    
    Essentially we are shortening the length of the source files by using relative paths instead of absolute paths as enumerated by the wildcard expression
    This commit is extending the fix by including all the new modules introduced into RN for the new architecture, including the generated modules.
    mganandraj committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    379c128 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    4da7398 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Update template/android/app/build.gradle

    Co-authored-by: Aleš Pergl <alespergl@users.noreply.github.com>
    mganandraj and alespergl authored May 5, 2022
    Configuration menu
    Copy the full SHA
    6ae1f8e View commit details
    Browse the repository at this point in the history