diff --git a/docs/next/hermes.html b/docs/next/hermes.html index 8cf529cc739..76f9804097c 100644 --- a/docs/next/hermes.html +++ b/docs/next/hermes.html @@ -94,6 +94,10 @@
That's it! You should now be able to develop and deploy your app as normal:
$ react-native run-android
++Note about Android App Bundles
+Android app bundles are not yet supported with hermes.
+
If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:

You should now see a "Hermes React Native" target with an "inspect" link which can be used to bring up debugger. If you don't see the "inspect" link, make sure the Metro server is running. 
You can now use the Chrome debug tools. For example, to breakpoint the next time some JavaScript is run, click on the pause button and trigger an action in your app which would cause JavaScript to execute. 