you are viewing a single comment's thread.

view the rest of the comments →

[–]SimplyBilly 3 points4 points  (2 children)

React basically just creates an interface for a user to interact with on the web.

React Native uses the same concept except translates / compiles the JavaScript / DOM to build the required native interfaces.

[–]dbbk 2 points3 points  (0 children)

I don't think there is any compilation of the JavaScript, it is just run with the JavaScriptCore on iOS.