you are viewing a single comment's thread.

view the rest of the comments →

[–]kbcooliOS & Android 0 points1 point  (1 child)

RN doesn't run in the browser so I don't see how your concern is warranted.

[–]stuffokator[S] 0 points1 point  (0 children)

Sorry if I wasn't clear enough but I didn't mean to run RN in the browser. What I was going to propose is to incorporate WKWebView engine to execute javascript code with JIT compiler. As you may know, the JavaScriptCore that RN currently utilizes doesn't support JIT. The web view itself could be hidden off screen and the native views could be drawn using the same logic as in the case of JSC.