Skip to content

Commit

Permalink
Set up expo router
Browse files Browse the repository at this point in the history
  • Loading branch information
Rica2021 committed Jun 30, 2024
1 parent 838d12e commit 135224a
Show file tree
Hide file tree
Showing 5 changed files with 890 additions and 9 deletions.
9 changes: 7 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "workoutApp",
"slug": "workoutApp",
"scheme": "WorkoutApp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -21,7 +22,11 @@
}
},
"web": {
"favicon": "./assets/favicon.png"
}
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": [
"expo-router"
]
}
}
Loading

0 comments on commit 135224a

Please sign in to comment.