ncuillery / rn-diff

Easier React Native upgrades by clearly expose changes from a version to another. :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we upgrade by using the master repo of react-native?

SudoPlz opened this issue · comments

What the title says :)

so you mean to have a diff from latest release and react-native master?

I mean instead of passing a version to the cli tool, pass the word master and have it diff against the master repo.

right. i guess it is possible. dont know how useful it is, but i can try it in the weekend.
(fellow greek btw :D)

The reason I needed that is because some features where not released yet, but they existed on the master branch at that time. The problem was I had no way to automatically upgrade to the master branch.

i understand that, and i also needed that, but i ended up forking so i can control a few things. using master is a bit too risky sometimes. but yea, i get it. i will try in the weekend.