Skip to content

Commit 43116e7

Browse files
committed
add Static Hermes v1 verification step
1 parent 0ad1d02 commit 43116e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ To try Hermes V1 in your own project, use the following steps:
138138
RCT_HERMES_V1_ENABLED=1 bundle exec pod install
139139
```
140140

141+
4. To verify whether the app is running Hermes V1, you could run the following in your JavaScript code or DevTools console:
142+
143+
```jsx
144+
HermesInternal.getRuntimeProperties()['Static Hermes'] === true;
145+
```
146+
141147
## React 19.1.1
142148

143149
This release of React Native ships with the latest React stable: [React 19.1.1](https://github.com/facebook/react/releases/tag/v19.1.1).

0 commit comments

Comments
 (0)