Shift3 / standards-and-practices

Standards and Practices for Bitwise Industries
https://shift3.github.io/standards-and-practices/
63 stars 41 forks source link

feat(ios-deploy): iOS Specific Instructions on Deployments #291

Closed michaelachrisco closed 3 years ago

michaelachrisco commented 3 years ago

Changes

  1. Remove Android Deployment instructions within the iOS deploy page.
  2. Add known good iOS deploy instructions within the deploy page.
  3. Add multiple known good docs within our internal projects for examples.

Purpose

To correct and and more information on iOS deploys. To alleviate some of the pain of deployment.

Approach

For some reason, we had our Android Deployment procedures twice within the repo. I went ahead and removed that as well as added known good instructions with lots of screenshots from one of our internal projects.

Learning

We learned a lot from deploying in both iOS and Android with react native recently. Some of these lessons included making sure everything is documented which should include our S&P repo.

If anyone has any other examples they would like to share, let us know within this PR or parent issue! More examples will make this easier in the future.

Closes #278 Related to #88

michaelachrisco commented 3 years ago

Added @Basim-Elayan and @Endtry whom both have experience in this field.