Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide to creating a New Architecture app from template #3056

Commits on Apr 5, 2022

  1. Start new template guide

    This is a first iteration. I want to get feedback on a few aspects, so
    starting from here as a baseline.
    lindboe committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    06a3766 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Update title

    lindboe committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f6aff0d View commit details
    Browse the repository at this point in the history
  2. Use tabs for target OS

    Set up matching the style of "Getting Started", except I kept the
    headers inside the tabs for now as it makes for a useful right-hand TOC.
    lindboe committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e7446f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2eb18 View commit details
    Browse the repository at this point in the history
  4. Preliminary section for Hermes

    Add section for recommending enabling Hermes. Not sure of contents yet,
    and still have to test.
    lindboe committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    8754e60 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    a93abdd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Show new arch in use

    lindboe committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5e9a0d9 View commit details
    Browse the repository at this point in the history
  2. Add build speed article link

    lindboe committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    a1463d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77dd04d View commit details
    Browse the repository at this point in the history
  4. Restructure, repeat less

    Favor linking to original setup guide instead of repeating content.
    lindboe committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7e0ccf0 View commit details
    Browse the repository at this point in the history
  5. Note about Expo

    lindboe committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    e98f1b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    86a434c View commit details
    Browse the repository at this point in the history
  2. How to learn more

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    3854b96 View commit details
    Browse the repository at this point in the history
  3. Remove headers in tabs

    They don't work correctly with the righthand TOC.
    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2105e4f View commit details
    Browse the repository at this point in the history
  4. Make header more clear

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ea370fb View commit details
    Browse the repository at this point in the history
  5. Use quote block less often

    There was way too much yellow.
    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    eaa0ee2 View commit details
    Browse the repository at this point in the history
  6. Opt for instructions using XCode

    Because `xcodebuild clean` already failed me once when XCode GUI clean
    worked.
    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    7ea7ef0 View commit details
    Browse the repository at this point in the history
  7. Fix lint issue

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    02a9b4e View commit details
    Browse the repository at this point in the history
  8. Improve wording

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    f845267 View commit details
    Browse the repository at this point in the history
  9. Use product name

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c0a3d43 View commit details
    Browse the repository at this point in the history
  10. Fix line wraps

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d5bc865 View commit details
    Browse the repository at this point in the history
  11. Reword based on feedback

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    eea036b View commit details
    Browse the repository at this point in the history
  12. Note use of bundle install

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    f5e1324 View commit details
    Browse the repository at this point in the history
  13. Pod removal instructions

    Also standardize on using yarn scripts from template for commands, it's
    a little confusing to see the mix of `npx` and `yarn` once we start
    referring to `yarn pod-install`
    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    aada4dc View commit details
    Browse the repository at this point in the history
  14. Convert quotes to admonitions

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    df4c17e View commit details
    Browse the repository at this point in the history
  15. Convert Note: to admonitions

    lindboe committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9e06f9d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    cbb01bc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. PR feedback

    lindboe committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1ea529b View commit details
    Browse the repository at this point in the history