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's own JS engine, Hermes, is touting faster performance, smaller app footprint both for the JS bundle and the memory consumption.
It's be good if we switch to it, at least for Android. There are some instruction on how to do it in the docs, and this comment on a related ticket also seems useful with additional instructions.
The text was updated successfully, but these errors were encountered:
Leaving a note, in case the bytecode based solution doesn't come to fruition, another path to follow could be to see if using Turbo Modules could help with startup time. Relevant post here.
React Native's own JS engine, Hermes, is touting faster performance, smaller app footprint both for the JS bundle and the memory consumption.
It's be good if we switch to it, at least for Android. There are some instruction on how to do it in the docs, and this comment on a related ticket also seems useful with additional instructions.
The text was updated successfully, but these errors were encountered: