With React Native, you create one codebase that works on both Android and iOS. And it doesn’t just “work”—it compiles to native Java and Swift code.
Read moreDoes React Native convert code to Java?
The code remains the JavaScript native code and is not converted into any other format . The hybrid apps run inside the native container app which invokes JavaScript run time engine which takes care of executing the JavaScript code.2 Nis 2017
Read more