Nope. JQuery relies heavily on HTML DOM and CSS, where responsive-native has its own hierarchy of internal DOM representation, with its own style implementation, which is similar to a subset of CSS (flex-box), but implemented differently.
Just to put it in perspective - the React-Native application is NOT an HTML / hybrid application - it is a native application with Javascript-driven logic and uses reactive templates with a presentation hierarchy view. The only common part of web applications is the Javascript engine (without CSS / HTML). Phonegap applications are hybrid HTML applications using web representations, so they can use frameworks / plugins that are not pure javascript but are tied to HTML / CSS.
Jarek potiuk
source share