Skip to content

Commit

Permalink
android build: Update jsBundleDirRelease, fixing crash on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Feb 27, 2024
1 parent 25b2bd6 commit d76e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ apply plugin: "kotlin-android-extensions"
project.ext.react = [
enableHermes : false, // clean and rebuild if changing
// quasi-unstable: see commits 8f8a266af and 833d083a9
jsBundleDirRelease: "$buildDir/intermediates/merged_assets/release/out"
jsBundleDirRelease: "$buildDir/intermediates/assets/release/mergeReleaseAssets"
]

apply from: "../../node_modules/react-native/react.gradle"
Expand Down

0 comments on commit d76e7dc

Please sign in to comment.