native script not like capacitor, not like react native. instead you just write JS and there is an api that provides direct access to the mobile os api. One think I both like and dislike about this is there is an abstraction allowing writing api specific calls that are bi-platform (ios and andoid) compatible. I think this might be more useful when you want a JS / hybrid approach to a mobile app, but want it to be “more native” in feel, but not write it in swift. It does not render to the WebView, but rather native views.