Skip to content

40 React Native

Jagdeep Singh edited this page Jul 10, 2019 · 1 revision

React Native is a framework for building native applications using JavaScript. React Native compiles to native app components, which makes it possible for you to build native mobile applications. The syntax and workflow remain similar to React.js, but the components are different.

Advantages of using React Native:

  • Comes with Native Modules and Native components that improve performance.
  • Comes with all the advantages of React.js.
  • Shared codebase for Android and iPhone.

Clone this wiki locally