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
Can we use hermes Javascript engine in non-reactnative mobile apps ? . Our current Mobile android app uses Google's V8 javascript engine for compiling and running the Javascript code and creating custom javascript objects using JNI-V8 APIs , can we replace V8 with hermes in this project ?.
When will be documentation for hermes will be made public ?
The text was updated successfully, but these errors were encountered:
Raju-567
changed the title
Is Hermes JS engine specific to React Native app , can we use Hermes JS engine in Non reactive Native apps ?
Is hermes JS engine specific to ReactNative app or can we use hermes JS engine in non reactNative apps ?
Jul 19, 2019
Thanks for asking about Hermes! #43 addresses using Hermes for non-React Native use cases. You can also see some hints in #55 about how to maximize bytecode performance, and some notes about trade-offs with other engines.
…k#56)
* Clearing the global git configurations in the build scripts..
* Don't configure git if it's already configured
Co-authored-by: HermesDev <[email protected]>
Can we use hermes Javascript engine in non-reactnative mobile apps ? . Our current Mobile android app uses Google's V8 javascript engine for compiling and running the Javascript code and creating custom javascript objects using JNI-V8 APIs , can we replace V8 with hermes in this project ?.
When will be documentation for hermes will be made public ?
The text was updated successfully, but these errors were encountered: