From 3cdd8d032060c46740bb92f8152c6fdd3a4e1862 Mon Sep 17 00:00:00 2001 From: James Ide Date: Sat, 3 Oct 2015 11:46:56 -0700 Subject: [PATCH] Include ReactAndroid with the npm distribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Enables building RN Android from source while keeping it in sync with the iOS distribution. Closes https://github.com/facebook/react-native/pull/3019 Reviewed By: @​svcscm Differential Revision: D2506390 Pulled By: @vjeux --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fa7105730..b78c90be7 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "files": [ "React", "React.podspec", + "ReactAndroid", "Libraries", "packager", "cli.js",