Added progress bar for assignments (UI fix needed)
This commit is contained in:
9
app.json
9
app.json
@@ -19,7 +19,8 @@
|
||||
"monochromeImage": "./assets/images/android-icon-monochrome.png"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"package": "com.teodorsa.StudySprint"
|
||||
},
|
||||
"web": {
|
||||
"output": "static",
|
||||
@@ -44,6 +45,12 @@
|
||||
"experiments": {
|
||||
"typedRoutes": true,
|
||||
"reactCompiler": true
|
||||
},
|
||||
"extra": {
|
||||
"router": {},
|
||||
"eas": {
|
||||
"projectId": "25652385-934a-4a29-8fa7-deff3281e03e"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user