From 0acbbe8152c1952ec5d24d1361082431035e0646 Mon Sep 17 00:00:00 2001 From: zaferatli Date: Sun, 12 Oct 2025 17:23:46 +0300 Subject: [PATCH] docs: In case of :hermes_enabled flag, pod install warning added --- website/blog/2021-03-12-version-0.64.md | 2 ++ website/versioned_docs/version-0.77/hermes.md | 2 ++ website/versioned_docs/version-0.78/hermes.md | 2 ++ website/versioned_docs/version-0.79/hermes.md | 2 ++ website/versioned_docs/version-0.80/hermes.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/website/blog/2021-03-12-version-0.64.md b/website/blog/2021-03-12-version-0.64.md index 9e212d5d3f3..9955558faa8 100644 --- a/website/blog/2021-03-12-version-0.64.md +++ b/website/blog/2021-03-12-version-0.64.md @@ -22,6 +22,8 @@ use_react_native!( Please keep in mind that Hermes support on iOS is still early stage. We are keeping it as an opt-in as we are running further benchmarking. We encourage you to try it on your own applications and let us know how it is working out for you! +_Run `pod install` in case of any `:hermes_enabled` changes._ + ## Inline Requires enabled by default Inline Requires is a Metro configuration option that improves startup time by delaying execution of JavaScript modules until they are used, instead of at startup. diff --git a/website/versioned_docs/version-0.77/hermes.md b/website/versioned_docs/version-0.77/hermes.md index 53bfe9c18bd..6cfb2c11989 100644 --- a/website/versioned_docs/version-0.77/hermes.md +++ b/website/versioned_docs/version-0.77/hermes.md @@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below: :app_path => "#{Pod::Config.instance.installation_root}/.." ) ``` + +_Run `pod install` in case of any `:hermes_enabled` changes._ diff --git a/website/versioned_docs/version-0.78/hermes.md b/website/versioned_docs/version-0.78/hermes.md index 53bfe9c18bd..6cfb2c11989 100644 --- a/website/versioned_docs/version-0.78/hermes.md +++ b/website/versioned_docs/version-0.78/hermes.md @@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below: :app_path => "#{Pod::Config.instance.installation_root}/.." ) ``` + +_Run `pod install` in case of any `:hermes_enabled` changes._ diff --git a/website/versioned_docs/version-0.79/hermes.md b/website/versioned_docs/version-0.79/hermes.md index 53bfe9c18bd..6cfb2c11989 100644 --- a/website/versioned_docs/version-0.79/hermes.md +++ b/website/versioned_docs/version-0.79/hermes.md @@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below: :app_path => "#{Pod::Config.instance.installation_root}/.." ) ``` + +_Run `pod install` in case of any `:hermes_enabled` changes._ diff --git a/website/versioned_docs/version-0.80/hermes.md b/website/versioned_docs/version-0.80/hermes.md index 53bfe9c18bd..6cfb2c11989 100644 --- a/website/versioned_docs/version-0.80/hermes.md +++ b/website/versioned_docs/version-0.80/hermes.md @@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below: :app_path => "#{Pod::Config.instance.installation_root}/.." ) ``` + +_Run `pod install` in case of any `:hermes_enabled` changes._