Skip to content

Commit c356614

Browse files
chore(rn): Add note about zero bytes size bundle with Hermes on Android (#6011)
Co-authored-by: Liza Mock <[email protected]>
1 parent 8ed3a89 commit c356614

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platforms/react-native/manual-setup/hermes.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ Upload your source maps following [Step 3 on the normal source maps guide](/plat
9191
You will upload the `index.android.bundle` and `index.android.bundle.map` for Android, `main.jsbundle` and `main.jsbundle.map` for iOS.
9292

9393
</Note>
94+
95+
<Note>
96+
97+
When uploaded, the `index.android.bundle` file will be sized at 0 bytes. This is expected with Hermes bytecode and won't affect the source maps resolution.
98+
99+
</Note>

0 commit comments

Comments
 (0)