From 8ba3080734f6cf044bea9022434f43c6b76961ed Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Tue, 28 Jul 2020 11:52:09 +0200 Subject: [PATCH] Fix entry file for good (Famous last words) --- android/app/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0bcccca..bf37a86 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,7 +79,7 @@ import com.android.build.OutputFile project.ext.react = [ enableHermes: false, // clean and rebuild if changing - entryFile: 'index.ts' + entryFile: 'index.js' ] apply from: "../../node_modules/react-native/react.gradle" diff --git a/package.json b/package.json index 44f2139..1a60ded 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "JellyfinAudioPlayer", "version": "0.0.1", - "main": "src/index.ts", + "main": "src/index.js", "private": true, "scripts": { "android": "react-native run-android",