fix android build paths

This commit is contained in:
Jonathan Edenström 2021-10-29 19:37:21 +02:00
parent 9254ea2635
commit ba59f00fd8
2 changed files with 3 additions and 2 deletions

View File

@ -78,6 +78,7 @@ import com.android.build.OutputFile
*/
project.ext.react = [
entryFile: "apps/skolplattformen-sthlm/index.js",
enableHermes: true, // clean and rebuild if changing
]

View File

@ -94,7 +94,7 @@
"executor": "@nrwl/react-native:bundle",
"outputs": ["apps/skolplattformen-sthlm/build"],
"options": {
"entryFile": "apps/skolplattformen-sthlm/src/main.tsx",
"entryFile": "apps/skolplattformen-sthlm/index.js",
"platform": "ios",
"bundleOutput": "dist/apps/skolplattformen-sthlm/ios/main.jsbundle"
}
@ -114,7 +114,7 @@
"bundle-android": {
"executor": "@nrwl/react-native:bundle",
"options": {
"entryFile": "apps/skolplattformen-sthlm/src/main.tsx",
"entryFile": "apps/skolplattformen-sthlm/index.js",
"platform": "android",
"bundleOutput": "dist/apps/skolplattformen-sthlm/android/main.jsbundle"
}