Skip to content

Commit

Permalink
fix: fixed popup errors on app startup, and in profile section
Browse files Browse the repository at this point in the history
    *ft(booking):add FlutteWave payment method
    *ft: allow user to end chats and leave a review
    *ft: patient notification context
    *feature: populate initial notifications and add new ones upon being added to the db
    *ft: fetched notifications and reworked on the notifications screen and notification Listing component
    *fix: device notification on notification creation
    *rf: refactored some erros
    *ft(notifications):add logic to insert notifications on every key action
    *ft(notifications):add logic to insert notifications on every booking
  • Loading branch information
mr3nz1 committed Jul 23, 2024
1 parent ce40bcd commit 3e292ae
Show file tree
Hide file tree
Showing 39 changed files with 2,653 additions and 1,274 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "matadors-rn-medica",
"slug": "matadors-rn-medica",
"slug": "medica-158",
"scheme": "com.medica",
"version": "1.0.0",
"orientation": "portrait",
Expand Down Expand Up @@ -80,7 +80,7 @@
"origin": false
},
"eas": {
"projectId": "3a6a34bd-fe90-43f9-9508-8c6cf7700ef6"
"projectId": "e682bd39-ab6e-4861-9be2-39cbe02bb93e"
}
},
"runtimeVersion": {
Expand All @@ -89,6 +89,6 @@
"updates": {
"url": "https://u.expo.dev/3a17d659-91e3-4105-837b-5f88bdee8d37"
},
"owner": "apiimperfect"
"owner": "actrox"
}
}
Loading

0 comments on commit 3e292ae

Please sign in to comment.