logoalt Hacker News

mohamedkoubaatoday at 1:37 AM1 replyview on HN

This seems to be a weaker claim than "RN is needed to do this", but practically speaking it might amount to that.


Replies

kccqzytoday at 2:00 AM

Sure you can choose not to adopt React’s reactive paradigm and manage state directly but using JavaScript. My understanding was that in RN, JavaScript code manipulates C++ objects in the C++ part of RN, which then calls host platform code to create views and render.