Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/blog/2021-03-12-version-0.64.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-0.77/hermes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
2 changes: 2 additions & 0 deletions website/versioned_docs/version-0.78/hermes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
2 changes: 2 additions & 0 deletions website/versioned_docs/version-0.79/hermes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
2 changes: 2 additions & 0 deletions website/versioned_docs/version-0.80/hermes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._