I am currently developing a hybrid mobile application using the React Native library. But I am not sure how it executes in the Android or iOS platforms just like how a native application executes. So could someone please help me understand the background process of react-native. Is it translating the JavaScript code written into native code(Java or Objective C) and then compile & executes the native code?
Asked
Active
Viewed 461 times
1
-
https://stackoverflow.com/questions/41124338/does-react-native-compile-javascript-into-java-for-android – Yossi Nov 27 '19 at 06:48
-
1@Yossi - The link provided was helpful. Thank you ! – sijo.sahadevan Dec 10 '19 at 07:03