Fix entry file for good

(Famous last words)
This commit is contained in:
Lei Nelissen
2020-07-28 11:52:09 +02:00
parent fe22661036
commit 8ba3080734
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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",