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

0.57.3, 0.57.4

raphaelhovsepyan opened this issue · comments

It's just a reminder that new 2 versions are released 18 days ago and 5 day ago

awesome thanks

@pvinis In your repo I see you link to the the procedure as described by in this repo?

The procedure isn't really straightforward but it's still more efficient than using the upgrade command:
1 Download the git patch
2 Prepare the patch
3 Set up the 3-way merge
4 Run the apply command

Is it safe to assume that that's how you're using rn-diff-purge?

op. where is that? ill make sure to change it. i have changed the script and it deletes the old and creates a new project and then diffs.

I have updated the readme. if there is any place that still references this repo's way, let me know.

This is where it links to the usage details:

screen shot 2018-11-02 at 4 42 44 pm

should be all fine now. also, sorry to "pollute" this repo's issues for this. and thanks for pointing out the errors on my repo. :)

Thanks for the new repo and for the clarification. Apparently react-native-git-upgrade is not well maintained so I'm looking forward to using your alternative.

it has been a hard problem for a while now. that's what lead me to rn-diff and I'm thankful for this repo, but often I was doing the purge thing in addition, to make sure I'm not missing something. so now I am not depending on git-upgrade at all, and do it my way, which in my opinion is the cleanest way.

let me know of any concerns/suggestions, over at the purge repo.

I'm happy if it's useful for more people than just me! :D