Summary: the current `build.gradle` configuration make all third-party plugins to pull react native from jcenter instead of using version from `node_modules`. For example, a newly generated project with RN 0.25 using https://github.com/ProjectSeptemberInc/gl-react-native leads to the following gradle output: ``` Download https://jcenter.bintray.com/com/facebook/stetho/stetho-okhttp/1.2.0/stetho-okhttp-1.2.0.pom Download https://jcenter.bintray.com/com/facebook/stetho/stetho/1.2.0/stetho-1.2.0.pom Download https://jcenter.bintray.com/com/facebook/stetho/stetho/1.2.0/stetho-1.2.0.jar Download https://jcenter.bintray.com/com/facebook/stetho/stetho-okhttp/1.2.0/stetho-okhttp-1.2.0.jar Download https://jcenter.bintray.com/com/facebook/react/react-native/0.20.1/react-native-0.20.1.aar ``` Closes https://github.com/facebook/react-native/pull/7470 Differential Revision: D3346526 Pulled By: mkonicek fbshipit-source-id: 0f1d051f4340f35403931727982900a9fc7abad5