Skip to content
Closed
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._

Comment on lines +25 to +26

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not change an old blog post, especially if it is for a version that is out of the support window.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, I've just encounter and wanted to point out this condition but you're right so on I abandon request.

## 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._

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.77 is out of the support window, we should not update the docs.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.78 is out of the support window, we should not update the docs.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.79 is out of the support window, we should not update the docs.

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