From 2bfbd31d981f9e4704e6626169b8e7e8dfea3795 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 27 Dec 2019 09:14:03 +0000 Subject: [PATCH] Deploy website Deploy website version based on decb2f3aa614f3bdd3a5453a031d97050bf8afc2 --- docs/next/hermes.html | 6 +++++- docs/next/hermes/index.html | 6 +++++- docs/next/modal.html | 15 +++++++++++++-- docs/next/modal/index.html | 15 +++++++++++++-- 4 files changed, 36 insertions(+), 6 deletions(-) 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.

+

Confirming Hermes is in use

If you've recently created a new app from scratch, you should see if Hermes is enabled in the welcome view:

Where to find JS engine status in AwesomeProject

@@ -118,7 +122,7 @@
  • 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. Target inspect link

  • 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. Pause button in debug tools

  • -
    TimersNetworking