JQuery is manipulating HTML DOM. But, React Native have DOM-like native view which is not same as HTML DOM.
React Native is NOT an HTML app like Cordova. The only common part between the Cordova and the React Native is the Javascript Engine. Since there is no HTML and CSS, JQuery can't manipulate anything in React Native.
Sriraman
Software Engineer @ LifeOn24
JQuery is manipulating HTML DOM. But, React Native have DOM-like native view which is not same as HTML DOM.
React Native is NOT an HTML app like Cordova. The only common part between the Cordova and the React Native is the Javascript Engine. Since there is no HTML and CSS, JQuery can't manipulate anything in React Native.