finished assignment 3 - 100%

This commit is contained in:
Christopher Sanden
2026-03-16 17:42:22 +01:00
parent a4c2d55aea
commit ca915ec8e8
33 changed files with 2869 additions and 711 deletions

View File

@@ -9,15 +9,20 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.fastnotes.app"
},
"android": {
"package": "com.fastnotes.app",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"permissions": [
"POST_NOTIFICATIONS"
],
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
@@ -27,6 +32,14 @@
},
"plugins": [
"expo-router",
[
"expo-image-picker",
{
"photosPermission": "Allow FastNotes to access your photo library so you can attach images to notes.",
"cameraPermission": "Allow FastNotes to use your camera so you can take photos for notes."
}
],
"expo-notifications",
[
"expo-splash-screen",
{