From 2f30acb5bcadc549eb9bb7affe8fa5a87a21d50e Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Sun, 13 Dec 2015 14:33:52 +0000 Subject: [PATCH] Update Releases.md --- Releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index 162f36ee52b..d3fe4184d6a 100644 --- a/Releases.md +++ b/Releases.md @@ -15,7 +15,7 @@ Future releases: ## Ideas for improvements - A lot of these steps could be done by a script -- We could simplify the process quite a bit by publishing the Android binaries to npm. This will increase the size of the npm package by about 3.3MB. To do that: after `installArchives`, move the binaries to somewhere where `npm publish` will pick them up. Then, change the `build.gradle` file(s) of your generated app so that Gradle will pick up the binaries from `node_modules`. +- We could simplify the process quite a bit by publishing the Android binaries to npm. This will increase the size of the npm package by about 3.3MB. To do that: after `installArchives`, move the binaries to somewhere where `npm publish` will pick them up. Then, change the `build.gradle` file(s) of your generated app so that Gradle will pick up the binaries from `node_modules`. This might also **fix issues with incompatible versions of JS and Android binaries** (e.g. [#4488](https://github.com/facebook/react-native/issues/4488)). ## Cut a release branch