The following fixes are very critical to NavigationExperimental:
https://github.com/facebook/react-native/commit/c57bac4767fe4301ff4515b073d26245c6905610
https://github.com/facebook/react-native/commit/b4d15d3c5ac4542931e0f3d1b93b42109e523550
https://github.com/facebook/react-native/commit/37e41d2549b3e58f80a5cd075049ac1ddff06033
/cc @hedgerwang @ericvicenti
馃嵑
a589985b0b417df9a01d5cbdf26b1dc30ca44d53 Fix refresh control with initial refreshing state.
Fix for dev mode being disabled using the new AppDelegate.m: https://github.com/facebook/react-native/commit/9845f49581023302fcb33487bd6df2f7ce8825fa
Also, I think my PR should also go in since the above commit does not actually set defaults for you. It requires you to do it in AppDelegate. I think this will throw people off.
Perhaps this - https://github.com/facebook/react-native/pull/8199
1a0c69f4b715df0b5bff041c66f8b27596babf8e: version bump for React
I just picked the log-ios and log-android CLI commands, very useful: https://github.com/facebook/react-native/commit/cf97c9a096d00666b24898aa0ca98ca7f88c8a6b.
Bumped the version to 0.29.0-rc.1 and doing a release. Commits:
https://github.com/facebook/react-native/commits/0.29-stable
I cherry-picked the following commits mentioned in this thread:
Sending 0.29.0-rc.2 if CI succeeds.
@ide The PR doesn't take away flexibility, as you can still call any of the methods to update your config. The idea is that defaults should be the _default_. If you don't have the config in the template, the default is to run production mode in development, which is confusing and has happened to a number of people already.
However defaults shouldn't be set in the getter method, rather in the constructor: https://github.com/facebook/react-native/pull/8404#issuecomment-229207463
I cherrypicked 85983d0ae4fac0fc22048bd0d729cdc3ca755d91 to fix #8414
And released 0.29.0-rc.3
I am sending out the stable version right now /doing final tests/ so will close this for now. Thanks everyone, especially @ide, @mkonicek and @bestander for cherry-picking and releasing things!
Most helpful comment
I cherry-picked the following commits mentioned in this thread:
Sending 0.29.0-rc.2 if CI succeeds.