Skip to content

Upgrading does not work inside a monorepo #271

Description

@maxaggedon

I have a monorepo with this kind of structure :

root
  ├ .git
  ├ mobile
  |  ├ android
  |  ├ app
  |  ├ ios
  |  ├ ...
  ├ server
  └ web

react-native upgrade does nothing when I run it from my app's folder (mobile) because it tries to apply the patch at the root of the git repo (I guess).

Anyways I managed to upgrade manually with git --apply ... --directory="mobile" but there have to be other people expecting this to work out of the box, given that it did with the legacy react-native-git-upgrade.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions