InterviewSolution
Saved Bookmarks
| 1. |
Is React Native a Mobile App? |
|
Answer» YES, React Native complies with ALL the requires of a native mobile app using native app components. It's neither a mobile web app nor a hybrid mobile app that USES WebView to run the HTML5 app successfully. It BUILDS a real mobile app, utterly INDISTINGUISHABLE from apps BUILT using Java or Objective-C. |
|