Created
November 2, 2016 10:38
-
-
Save BilalBudhani/d05b89ae5b6528188dba9ce75ffd26a3 to your computer and use it in GitHub Desktop.
Create this file in ~/.gradle folder to speed up React Native Android building process.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.gradle.parallel=true | |
org.gradle.daemon=true | |
org.gradle.jvmargs=-Xms512m -Xmx1024m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
parallel builds are not working properly on latest react native version