diff --git a/src/platforms/react-native/manual-setup/hermes.mdx b/src/platforms/react-native/manual-setup/hermes.mdx index 1d58346dd3fcc..8a6347222f1e5 100644 --- a/src/platforms/react-native/manual-setup/hermes.mdx +++ b/src/platforms/react-native/manual-setup/hermes.mdx @@ -91,3 +91,9 @@ Upload your source maps following [Step 3 on the normal source maps guide](/plat You will upload the `index.android.bundle` and `index.android.bundle.map` for Android, `main.jsbundle` and `main.jsbundle.map` for iOS. + + + +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. + +