InterviewSolution
Saved Bookmarks
| 1. |
Is React Native A Native Mobile App? |
|
Answer» Yes, React Native Compiles a native mobile APP using native app components. It’s NEITHER a Hybrid Mobile app that uses WebView to run the HTML5 app or a mobile WEB app. React Native builds a real mobile app that’s indistinguishable from an app built using Objective-C or Java. Yes, React Native Compiles a native mobile app using native app components. It’s neither a Hybrid Mobile app that uses WebView to run the HTML5 app or a mobile web app. React Native builds a real mobile app that’s indistinguishable from an app built using Objective-C or Java. |
|