You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native also supports using JavaScriptCore as the [JavaScript engine](javascript-environment). Follow the instructions [from the community repository](https://github.com/react-native-community/javascriptcore) to opt-out of Hermes.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-0.81/hermes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,4 +92,4 @@ This will compile JavaScript to Hermes Bytecode during build time which will imp
92
92
93
93
## Switching back to JavaScriptCore
94
94
95
-
React Native also supports using JavaScriptCore as the [JavaScript engine](javascript-environment). Follow the instructions to opt-out of Hermes: https://github.com/react-native-community/javascriptcore
95
+
React Native also supports using JavaScriptCore as the [JavaScript engine](javascript-environment). Follow the instructions [from the community repository](https://github.com/react-native-community/javascriptcore) to opt-out of Hermes.
0 commit comments