I have successfully created a mobile app with lot of APIs with react Native.js , and I will like to make the app available on the web too… how do I deploy the mobile to the web with Digital ocean software?..thanks in advance
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey there!
You have a couple of options to host that on DigitalOcean. If your are looking for the most flexible option I would recommend using a Droplet to host that application. Droplets are VM’s you can fully configure and setup with the software you require. Droplet
If you are looking for a more managed solution, DigitalOcean’s App Platform offers easy application hosting for React. App Platform React
Hope that helps! Nate
Hi, I am creating an web and mobile app for my restaurant. I have rent digital ocean managed database as well to store data. The web app is working well but I can’t send post request from my react native app which is under development. We can easily give access our droplet and ips to database as trusted source but how can I connect it with my react native app which is under development. Please help.