Skip to content

Commit 8310720

Browse files
authored
[MOB-9965] Fix Hermes source maps script on Android (#751)
* Disable minification in Hermes source maps script * Update CHANGELOG.md
1 parent 8d10e2e commit 8310720

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Bumps the minimum supported React Native version to 0.60.0
55
* Drops manual linking support
66
* Adjusts source maps auto upload script on Android to support the bundled Hermes in RN v0.69
7+
* Fixes an issue with Hermes source maps generation script causing JS crashes on Android not getting deobfuscated correctly
78

89
## 11.0.2 (2022-07-20)
910

android/upload_sourcemap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ else
7575
--dev false \
7676
--bundle-output index.android.bundle \
7777
--sourcemap-output index.android.bundle.packager.map \
78+
--minify false
7879

7980
$HERMES_PATH -emit-binary -out index.android.bundle.hbc index.android.bundle -O -output-source-map > /dev/null 2>&1
8081

0 commit comments

Comments
 (0)