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?
Asked
Active
Viewed 230 times
1 Answers
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.
-
Can you help with any example or tutorial on how to connect backend of Reactjs to React Native. – shiva Jun 16 '20 at 14:08
-
You will have to learn Native too. Use one database for both, this is one way of connecting them. – Bogdan - Daniel Mihalcea Jun 16 '20 at 14:13