Skip to content

Instantly share code, notes, and snippets.

@BilalBudhani
Created November 2, 2016 10:38
Show Gist options
  • Save BilalBudhani/d05b89ae5b6528188dba9ce75ffd26a3 to your computer and use it in GitHub Desktop.
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.
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xms512m -Xmx1024m
@sibelius
Copy link

sibelius commented Apr 9, 2018

parallel builds are not working properly on latest react native version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment