Skip to content

Commit 0acbbe8

Browse files
committed
docs: In case of :hermes_enabled flag, pod install warning added
1 parent 756f745 commit 0acbbe8

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

website/blog/2021-03-12-version-0.64.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ use_react_native!(
2222

2323
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!
2424

25+
_Run `pod install` in case of any `:hermes_enabled` changes._
26+
2527
## Inline Requires enabled by default
2628

2729
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.

website/versioned_docs/version-0.77/hermes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below:
116116
:app_path => "#{Pod::Config.instance.installation_root}/.."
117117
)
118118
```
119+
120+
_Run `pod install` in case of any `:hermes_enabled` changes._

website/versioned_docs/version-0.78/hermes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below:
116116
:app_path => "#{Pod::Config.instance.installation_root}/.."
117117
)
118118
```
119+
120+
_Run `pod install` in case of any `:hermes_enabled` changes._

website/versioned_docs/version-0.79/hermes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below:
116116
:app_path => "#{Pod::Config.instance.installation_root}/.."
117117
)
118118
```
119+
120+
_Run `pod install` in case of any `:hermes_enabled` changes._

website/versioned_docs/version-0.80/hermes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ Edit your `ios/Podfile` file and make the change illustrated below:
116116
:app_path => "#{Pod::Config.instance.installation_root}/.."
117117
)
118118
```
119+
120+
_Run `pod install` in case of any `:hermes_enabled` changes._

0 commit comments

Comments
 (0)