Last active
July 13, 2019 20:59
-
-
Save burhanyilmaz/a2c87e4b44c741477e9f37559555603b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// android/app/build.gradle, | |
project.ext.react = [ | |
entryFile: "index.js", | |
- enableHermes: false | |
+ enableHermes: true | |
] |
This file contains hidden or 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
// İ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