I am currently developing a hybrid mobile application using 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 Java Script code written into native code(Java or Objective C) and then compiles & executes the native code ?
↧