Is it possible to install the React Native app for Heroku?

I wonder if React Native for Heroku can deploy it. The reason I ask is because then I can get the URL and put it in an iframe to mimic the iPhone, where the user can try the application without actually installing it on the iPhone via iTunes.

+7
react-native heroku
source share
1 answer

No, It is Immpossible. React Native is a true mobile app, and you cannot run it as a website.

If you need a mobile application that can be easily accessed as a web application, check out Ionic

(all other options are possible only when using third-party services, most of them are not free and / and have many restrictions)

+1
source share

All Articles