When I develop hybrid apps with React Native. Does the JavaScript code I write transform into Java-Code or Java-Bytecode for the Dalvik/ART Runtime when I create an Android-
React Native
React -> JavaScriptCore -> Native Code -> "What you see"
Hybrid App
JavaScript -> Native WebView wrapper -> "What you see"