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

[docs] Add EAS Tutorial #27059

Merged
merged 49 commits into from May 8, 2024

Commits on Feb 12, 2024

  1. Copy the full SHA
    757089c View commit details
    Browse the repository at this point in the history
  2. Fix chapter URLs

    amandeepmittal committed Feb 12, 2024
    Copy the full SHA
    6115349 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9af8dd5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    53c2737 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c719430 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f3865b9 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f2cb455 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8cc6d42 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7dba1d3 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    63cc074 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    fb58ca7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    be12a42 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Copy the full SHA
    579c6f1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f4f5ad7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8fe3aa6 View commit details
    Browse the repository at this point in the history
  4. Fix minor issues

    amandeepmittal committed Feb 13, 2024
    Copy the full SHA
    2106cdf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3fd363d View commit details
    Browse the repository at this point in the history
  6. Add code highlights

    amandeepmittal committed Feb 13, 2024
    Copy the full SHA
    4a7121e View commit details
    Browse the repository at this point in the history
  7. Add internal links

    amandeepmittal committed Feb 13, 2024
    Copy the full SHA
    2068431 View commit details
    Browse the repository at this point in the history
  8. Add Next steps page

    amandeepmittal committed Feb 13, 2024
    Copy the full SHA
    95700b5 View commit details
    Browse the repository at this point in the history
  9. Fix vale warnings

    amandeepmittal committed Feb 13, 2024
    Copy the full SHA
    7df5b90 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Apply suggestions from code review

    Co-authored-by: Kadi Kraman <kadi@expo.io>
    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
    3 people committed Feb 14, 2024
    Copy the full SHA
    0c9549f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Copy the full SHA
    275f4ac View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Copy the full SHA
    0529d96 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Apply suggestions from code review

    Co-authored-by: Quinlan Jung <quin@expo.io>
    amandeepmittal and quinlanj committed Feb 18, 2024
    Copy the full SHA
    721dca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Copy the full SHA
    156f52b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Copy the full SHA
    28dc11a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98de633 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    91bcff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Apply suggestions from code review

    Co-authored-by: Brent Vatne <brentvatne@gmail.com>
    amandeepmittal and brentvatne committed Mar 6, 2024
    Copy the full SHA
    6a8233e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2476db View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Copy the full SHA
    93347eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e118f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update next-steps.mdx

    amandeepmittal committed Apr 23, 2024
    Copy the full SHA
    13bab51 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. [docs] Add a progress tracker for EAS Tutorial (#27971)

    # Why
    
    <!--
    Please describe the motivation for this PR, and link to relevant GitHub
    issues, forums posts, or feature requests.
    -->
    
    Fixes ENG-11468
    
    Add a Progress Tracker component to track progress when a chapter is
    completed in the EAS Tutorial. It:
    - shows a success message when the user reaches the end of the chapter
    with the summary of that chapter
    - allows the user to mark a chapter read/unread
    - syncs the state of chapter (read/unread) with the sidebar
    - adds and updates the sidebar circular progress on reaching tutorial
    complition
    - allows user to reset the progress on reaching tutorial complition
    
    Also, handles Google Analytics 4 event to send a custom event when all
    chapters in a tutorial are completed. The event added is called
    `eas_tutorial`.
    
    # Test Plan
    
    To test it, see the **Summary** section of a chapter. For example:
    http://docs.expo.dev-pr-27971.s3-website-us-east-1.amazonaws.com/tutorial/eas/configure-development-build/#summary.
    
    ## Preview
    
    ### Saving Progress Tracker for a chapter
    
    
    
    https://github.com/expo/expo/assets/10234615/ced38210-e4ea-4c6e-b7d9-578f1a4ee5db
    
    
    
    ### Completed Progress Tracker and reset tutorial functionality
    
    
    
    https://github.com/expo/expo/assets/10234615/3d671c8b-6f79-4c5c-a166-b88a03f6afbd
    
    
    
    
    
    
    <!--
    Please describe how you tested this change and how a reviewer could
    reproduce your test, especially if this PR does not include automated
    tests! If possible, please also provide terminal output and/or
    screenshots demonstrating your test/reproduction.
    -->
    
    
    # Checklist
    
    <!--
    Please check the appropriate items below if they apply to your diff.
    This is required for changes to Expo modules.
    -->
    
    - [ ] Documentation is up to date to reflect these changes (eg:
    https://docs.expo.dev and README.md).
    - [ ] Conforms with the [Documentation Writing Style
    Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
    - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
    (eg: updated a module plugin).
    amandeepmittal committed May 2, 2024
    Copy the full SHA
    bb34b4e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a502acc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    030f641 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Apply feedback part 1

    amandeepmittal committed May 5, 2024
    Copy the full SHA
    d181fb7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update

    amandeepmittal committed May 6, 2024
    Copy the full SHA
    064b151 View commit details
    Browse the repository at this point in the history
  2. Update GitHub guide

    amandeepmittal committed May 6, 2024
    Copy the full SHA
    e709b5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9b3a2c7 View commit details
    Browse the repository at this point in the history
  4. Update descriptions

    amandeepmittal committed May 6, 2024
    Copy the full SHA
    bc31ccc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c786851 View commit details
    Browse the repository at this point in the history
  6. Update overview.mdx

    amandeepmittal committed May 6, 2024
    Copy the full SHA
    1dc9038 View commit details
    Browse the repository at this point in the history
  7. revert some changes

    amandeepmittal committed May 6, 2024
    Copy the full SHA
    0f67e92 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3075ae0 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    amandeepmittal committed May 6, 2024
    Copy the full SHA
    bcce7ba View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Copy the full SHA
    07a3507 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Minor fixes

    amandeepmittal committed May 8, 2024
    Copy the full SHA
    e1aefb9 View commit details
    Browse the repository at this point in the history