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

chore: revamp the cookbook app #1635

Merged
merged 9 commits into from
Jul 16, 2024

Conversation

vanGalilea
Copy link
Contributor

@vanGalilea vanGalilea commented Jul 15, 2024

Summary

The Cookbook app previously couldn't be run locally, and its recipes weren't easily accessible. To address this, I made the following updates:

  1. Dependency Fix: Added the missing @expo/metro-runtime library to enable local app execution.
  2. Navigation Enhancement: Introduced a home screen to facilitate easy navigation to cookbook recipes.
  3. UI Revamp: Applied RNTL's theme colors and added a splash screen to enhance the app's visual appeal.

Test Plan

To test these changes, follow these steps:

  1. Setup:
    cd examples/
    yarn
    yarn start
  2. Execution:
    • Run the app on both iOS and Android devices.
    • Navigate through the recipe screens.
    • Interact with the recipes to ensure functionality.

Visuals

To get a sense of the updated look and feel of the app, check out this screen recording.

Screenshot 2024-07-15 at 16 13 33

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.41%. Comparing base (a282d1e) to head (01b60d6).
Report is 41 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1635      +/-   ##
==========================================
- Coverage   95.51%   95.41%   -0.11%     
==========================================
  Files          99      100       +1     
  Lines        5400     5433      +33     
  Branches      857      865       +8     
==========================================
+ Hits         5158     5184      +26     
- Misses        242      249       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vanGalilea
Copy link
Contributor Author

How are you @mdjastrzebski? Could you, please, have a look at this PR?
Thanks in advance 👍🏻

Copy link
Member

@mdjastrzebski mdjastrzebski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vanGalilea just wow! I'm impressed with your work. This makes the app look so much nicer.

@mdjastrzebski mdjastrzebski merged commit 10bda69 into callstack:main Jul 16, 2024
8 of 9 checks passed
mdjastrzebski pushed a commit that referenced this pull request Jul 16, 2024
* create a Jotai examples dir in cookbook with related utils, add state management recipes dir

* add docs with examples

* extract state from component to state, utils, simplify types and custom render func.

* refactor: tweaks & cleanup

* make cookbook app runnable

* update yarn.lock file

* fix TS issue and spelling

* remove duplicate files and adjust testMatch in config to ensure no utils test run

---------

Co-authored-by: stevegalili <steve.galili@mywheels.nl>

refactor: tweak cookbook (#1636)

* refactor: move files around

* refactor: simplify

* chore: remove custom fonts

* chore: tweak eslint

* chore: update yarn.lock
@vanGalilea vanGalilea mentioned this pull request Jul 16, 2024
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants