Skip to content

Commit

Permalink
feat: add drawer and orientation functionality for articles page
Browse files Browse the repository at this point in the history
Signed-off-by: Kimi Yap <[email protected]>
  • Loading branch information
ItsMeKimi committed Oct 20, 2024
1 parent 432d53e commit bb93421
Show file tree
Hide file tree
Showing 10 changed files with 536 additions and 61 deletions.
19 changes: 17 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"requireFullScreen": true
},
"android": {
"package": "com.safsbe.mentalhealthapp"
Expand All @@ -25,7 +26,21 @@
},
"plugins": [
"expo-router",
"expo-secure-store"
"expo-secure-store",
[
"expo-build-properties", {
"android": {
"usesCleartextTraffic": true
},
"ios": {

}
}],
[
"expo-screen-orientation", {
"initialOrientation": "DEFAULT"
}
]
],
"experiments": {
"typedRoutes": true
Expand Down
Loading

0 comments on commit bb93421

Please sign in to comment.