Setup fastlane for both iOS and Android

This commit is contained in:
Lei Nelissen
2020-07-26 11:55:46 +02:00
parent 4d3f6f30d1
commit 218c72d9e8
6 changed files with 28 additions and 30 deletions

View File

@@ -79,6 +79,7 @@ import com.android.build.OutputFile
project.ext.react = [
enableHermes: false, // clean and rebuild if changing
entryFile: 'index.ts'
]
apply from: "../../node_modules/react-native/react.gradle"