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

Version 0.32

ryankask opened this issue · comments

RN 0.32 is now released after a little delay. Do you plan to add a branch?

By the way, this is one of the most useful RN related projects. Thanks!

Ahah it's fun you asked because I was making some tests just few minutes ago with a colleague of mine (#1) in order to see if anybody can contribute in the classic way (fork / PR)... and it would appear not 😿

I'll do this soon by myself, like, very soon.

Awesome 👍

Have you thought about automating it? There is a release feed https://github.com/facebook/react-native/releases.atom.

I might have a look at this in the next few weeks if you don't have time.

Here you are:
rn-0.31.0...rn-0.32.0

Nothing except the React upgrade see below

Nice! Should be straightforward then... maybe.

Well, be careful the 0.32.0 upgrade seems to introduce few changes in .flowconfig. The bash script I use to create new branches didn't reveal that (rn-0.31.0...rn-0.32.0 shows only 1 change in package.json). I have to dig into that.

I fixed the script, rn-0.31.0...rn-0.32.0 presents the whole changes now (like I said, only .flowconfig is changed).