Skip to content

Instantly share code, notes, and snippets.

@burhanyilmaz
Last active July 13, 2019 20:59
Show Gist options
  • Save burhanyilmaz/a2c87e4b44c741477e9f37559555603b to your computer and use it in GitHub Desktop.
Save burhanyilmaz/a2c87e4b44c741477e9f37559555603b to your computer and use it in GitHub Desktop.
// android/app/build.gradle,
project.ext.react = [
entryFile: "index.js",
- enableHermes: false
+ enableHermes: true
]
// İlk değişiklikleri yaptıktan sonra proje temizleyerek tekrarda build alıp deneyin.
cd android && ./gradlew clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment