From 6f302168ce9977679d7609fc07f32d68578f5d17 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 26 Jan 2021 23:48:45 +0100 Subject: [PATCH] chnaged js index location --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 98d77d4..619f224 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,6 +79,7 @@ import com.android.build.OutputFile project.ext.react = [ enableHermes: false, // clean and rebuild if changing + entryFile: "src/index.js", ] apply from: "../../node_modules/react-native/react.gradle"