Question

React-Native App Deployment Tutorials?

  • Posted on November 9, 2022
  • React
  • SamLobsterAsked by Sam

Hi,

I am fairly new to app deployment through DigitalOcean. Is there any documentation or tutorials for deploying a react native app on the platform?

Should I be creating and linking the github repos through the App Platform or creating a Droplet?

Thanks for the help!

Sam


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
December 22, 2022

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 Linux servers you can fully configure and setup with the software you require:

https://www.digitalocean.com/community/tutorials/how-to-deploy-a-react-application-with-nginx-on-ubuntu-20-04

If you are looking for a more managed solution, DigitalOcean’s App Platform offers easy application hosting for React:

https://www.digitalocean.com/community/tutorials/how-to-deploy-a-react-application-to-digitalocean-app-platform

Hope that helps!

Source