Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is hermes JS engine specific to ReactNative app or can we use hermes JS engine in non reactNative apps ? #56

Closed
Raju-567 opened this issue Jul 19, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Raju-567
Copy link

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 ?

@Raju-567 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
@mhorowitz mhorowitz added the duplicate This issue or pull request already exists label Jul 19, 2019
@mhorowitz
Copy link
Contributor

mhorowitz commented 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.

mganandraj added a commit to mganandraj/hermes that referenced this issue Jun 22, 2022
…k#56)

* Clearing the global git configurations in the build scripts..

* Don't configure git if it's already configured

Co-authored-by: HermesDev <hermesdev@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants