Install REA

This commit is contained in:
Marc Rousavy
2021-02-19 18:05:45 +01:00
parent fa1c5fa698
commit 147e0f31b7
7 changed files with 131 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ import com.android.build.OutputFile
*/
project.ext.react = [
enableHermes: false, // clean and rebuild if changing
enableHermes: true, // clean and rebuild if changing
entryFile: "index.tsx",
]