We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d10e2e commit 8310720Copy full SHA for 8310720
CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Bumps the minimum supported React Native version to 0.60.0
5
* Drops manual linking support
6
* 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
8
9
## 11.0.2 (2022-07-20)
10
android/upload_sourcemap.sh
@@ -75,6 +75,7 @@ else
75
--dev false \
76
--bundle-output index.android.bundle \
77
--sourcemap-output index.android.bundle.packager.map \
78
+ --minify false
79
80
$HERMES_PATH -emit-binary -out index.android.bundle.hbc index.android.bundle -O -output-source-map > /dev/null 2>&1
81
0 commit comments