Skip to content

Commit

Permalink
created layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
marksikaundi committed Mar 10, 2024
1 parent 52b6727 commit 05363e3
Show file tree
Hide file tree
Showing 5 changed files with 1,017 additions and 9 deletions.
11 changes: 6 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "fitness",
"slug": "fitness",
"scheme": "devafrica",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -11,9 +12,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
Expand All @@ -24,7 +23,9 @@
}
},
"web": {
"favicon": "./assets/favicon.png"
}
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": ["expo-router"]
}
}
Loading

0 comments on commit 05363e3

Please sign in to comment.