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: Auth Context #141

Closed
wants to merge 5 commits into from
Closed

Chore: Auth Context #141

wants to merge 5 commits into from

Conversation

mr3nz1
Copy link
Contributor

@mr3nz1 mr3nz1 commented Jun 12, 2024

What does this pull request do?

This PR provides a global way to keep track of whether the user is logged in or not

Description

It keeps track of the following

  • Auth token
  • Refresh token
  • user logged in

@mr3nz1 mr3nz1 linked an issue Jun 12, 2024 that may be closed by this pull request
3 tasks
@mr3nz1 mr3nz1 force-pushed the ch-auth-context branch from 6402286 to 6182c94 Compare June 12, 2024 07:05
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (f70c5a7) to head (a9b6029).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #141   +/-   ##
========================================
  Coverage    72.22%   72.22%           
========================================
  Files            3        3           
  Lines           18       18           
  Branches         3        3           
========================================
  Hits            13       13           
  Misses           5        5           

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

@mr3nz1 mr3nz1 requested review from Irirwanirira, 23nosurrend and Nkbtemmy and removed request for Irirwanirira June 12, 2024 07:33
@mr3nz1 mr3nz1 self-assigned this Jun 12, 2024
@mr3nz1 mr3nz1 added Chore Chore issues Need Review Requires reviews labels Jun 12, 2024
@mr3nz1 mr3nz1 force-pushed the ch-auth-context branch 2 times, most recently from bc3e74c to cf46a35 Compare June 12, 2024 07:35
Copy link
Contributor

@Irirwanirira Irirwanirira left a comment

Choose a reason for hiding this comment

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

Good job

…llow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

export default function Index() {
import {} useConte
Copy link
Collaborator

Choose a reason for hiding this comment

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

consider fixing this ,import should be used at the beginning

Comment on lines 84 to 96
// setLoading(true)
// const{error} = await supabase.auth.signInWithPassword({
// email: email,
// password: password,

// })
// if(error){
// Alert.alert(error.message)
// setLoading(false)
// }else{
// await router.push('/(app)/ActionMenu');
// setLoading(false);
// }
Copy link
Member

Choose a reason for hiding this comment

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

Don't push commented codes

password,
});
if (error) {
// Alert.alert(error.message);
Copy link
Member

Choose a reason for hiding this comment

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

Remove even this small comments

@mr3nz1 mr3nz1 removed the Need Review Requires reviews label Jun 14, 2024
@mr3nz1 mr3nz1 force-pushed the ch-auth-context branch 7 times, most recently from ca54349 to f5ade68 Compare June 19, 2024 21:02
mr3nz1 and others added 2 commits June 20, 2024 07:29
…llow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

refactor: reusable components
    refactor: created a reusable button
    refactor: used reusable buttons on auth pages
    refactoring inputs components
    refactoring reusable inputs
    refactor: applied reusable components
    fix: button for review screen
    fix: button for review screen and dark theme
    rf: added btns to auth screens
    refactor:applying chip component to screens

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

 #   *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
  #  *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ft: populate user data

ft: resolve conflict to enable merge on develop

ft-facebook-auth-added

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

refactor: reusable components
    refactor: created a reusable button
    refactor: used reusable buttons on auth pages
    refactoring inputs components
    refactoring reusable inputs
    refactor: applied reusable components
    fix: button for review screen
    fix: button for review screen and dark theme
    rf: added btns to auth screens
    refactor:applying chip component to screens

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

refactor: reusable components
    refactor: created a reusable button
    refactor: used reusable buttons on auth pages
    refactoring inputs components
    refactoring reusable inputs
    refactor: applied reusable components
    fix: button for review screen
    fix: button for review screen and dark theme
    rf: added btns to auth screens
    refactor:applying chip component to screens

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

 #   *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
  #  *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ft: populate user data

ft: resolve conflict to enable merge on develop

ft-facebook-auth-added

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch: release v1.5.6

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

refactor: reusable components
    refactor: created a reusable button
    refactor: used reusable buttons on auth pages
    refactoring inputs components
    refactoring reusable inputs
    refactor: applied reusable components
    fix: button for review screen
    fix: button for review screen and dark theme
    rf: added btns to auth screens
    refactor:applying chip component to screens

ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android

 #   *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
  #  *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ft: populate user data

ft: resolve conflict to enable merge on develop

ft-facebook-auth-added

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: release v1.5.5

ch(release): Readying branch for release
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix(favoriteDoctors-screen):Enhance UI and add dark theme
    *fix-doctor-details-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-SignupAndLogin-screen-added
    *fix-AddNewCard-Screen-added
    *bg: fix appointment
    *feat:setting up the dark theme for some screens.
    *fix-doctor-details-screen-added

bg: fix merge conflicts
    *fix-AddNewCard-Screen-added
    *bg: reset release commits
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *ch(githubAction-build):Change eas.json,app.json,app.json format ,to allow dynmic build for ios and android
    *bg: Adjust scollable onboarding screens
    *bg: onboarding alignment fix

ch: release v1.5.6

chore(config): setup eas for EAS builds

- Setup Apple Appstore test flight and connect it to EAS
- Configure EAS for iOS builds

ch: configured the auth context

ch: configure login in auth context

ch: restricted actionmenu

ch: restricted users
@mr3nz1 mr3nz1 force-pushed the ch-auth-context branch 4 times, most recently from 929a4cb to 47f034a Compare June 20, 2024 06:48
@Irirwanirira Irirwanirira removed a link to an issue Jun 20, 2024
3 tasks
@Irirwanirira Irirwanirira added the Fix A fix to a problem label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore Chore issues Fix A fix to a problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants