Skip to content

Commit c3f9a3a

Browse files
mr3nz1mukunzidd
authored andcommitted
fix: fixed popup errors on app startup, and in profile section
*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
1 parent ca4e979 commit c3f9a3a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3701
-1358
lines changed

Diff for: .idea/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/matadors-rn-medica.iml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/misc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/other.xml

+263
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: app.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"icon": "./assets/images/icon.png",
99
"splash": {
1010
"image": "./assets/images/splash.png",
11-
"resizeMode": "contain",
12-
"backgroundColor": "#000000"
11+
"resizeMode": "cover",
12+
"backgroundColor": "#ffffff",
13+
"textAlign": "center"
1314
},
1415
"assetBundlePatterns": [
1516
"**/*"

0 commit comments

Comments
 (0)