How to build release Hermes js bundle for React Native project?

55 views Asked by At

I need to generate a js bundle for the React native project which uses Hermes.

With react native CLI I can only generate non-hermes bundle npx react-native bundle

What should I trigger to generate Hermes bundle separately?

0

There are 0 answers