Skip to content

Instantly share code, notes, and snippets.

@khalid32
Created June 8, 2017 07:13
Show Gist options
  • Save khalid32/52427a6fb56dae51ee184377e02baec3 to your computer and use it in GitHub Desktop.
Save khalid32/52427a6fb56dae51ee184377e02baec3 to your computer and use it in GitHub Desktop.
Consider using the Gradle Daemon for faster build in react native; add the syntax to gradle.properties
android.useDeprecatedNdk=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1536M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment