Can we convert react to React Native?

The answer is no (at least currently) . When you’re building a React Native view, you’re using components from the ‘react-native’ package. Those components map to native (iOS/Android) components. On the contrary, React web components from the ‘react’ package map to HTML components.

Read more