ReactNative is a set of real native components, such as View , TextInput TouchableHighlight and more . It is also a platform that allows you to run javascript code to control them.
There is no WebView in Cordoba, what you get is a native application with its own views.
But that means that you can still have some or your domain logic written in JS that you can use in the same way in your web application.
For example, you have a login screen for iOS, but all the necessary materials for calling your server can go to a separate module, for example. api/auth.js , which is shared between the network, ios, android, iot .. what ever.
webdeb
source share