-2

I wanted to know if there is any way I migrate a react native app into a website format without having to rebuild a new frontend (Html5, PWA...).

Has anyone done it or knows how to do it?

Axel
  • 1
  • 1

1 Answers1

0

It really depends on what you made use of in your project. There are a few projects that are dedicated to allowing a RN app to be built for a browser target (react-native-web being one example) however this only covers some of the scope of what's possible, so if you've used anything outside this scope you'll need to rewrite these parts.

Jordan Duncan
  • 696
  • 4
  • 6