-2

I have developed a webpage using react js and now want to develop the ios and Andriod app using react-native. How to import react js code to react-native?

shiva
  • 1
  • 3

1 Answers1

1

React is a framework for building applications using JavaScript. React Native is an entire platform allowing you to build native, cross-platform mobile apps, and React. You can't use the ReactJS in React, but you could connect to the backend of your app, made with ReactJS in React Native.