finished assignment 3 - 100%
This commit is contained in:
@@ -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",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user