1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix Android building fail

This commit is contained in:
Zhiyuan Zheng
2022-05-08 00:00:01 +02:00
parent ea0b85365e
commit 8f8b7b41b9
3 changed files with 2 additions and 3 deletions

View File

@@ -79,7 +79,6 @@ import com.android.build.OutputFile
project.ext.react = [
enableHermes: (findProperty('expo.jsEngine') ?: "jsc") == "hermes",
cliPath: new File(["node", "--print", "require.resolve('react-native/package.json')"].execute().text.trim(), "../cli.js")
]
apply from: new File(["node", "--print", "require.resolve('react-native/package.json')"].execute().text.trim(), "../react.gradle")