-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
207e377
commit 92220fd
Showing
6 changed files
with
25,600 additions
and
25,461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,65 @@ | ||
{ | ||
"expo": { | ||
"name": "beerpong-tournament", | ||
"slug": "mobile-app", | ||
"version": "1.0.0", | ||
"orientation": "portrait", | ||
"icon": "./assets/images/icon.png", | ||
"scheme": "myapp", | ||
"userInterfaceStyle": "automatic", | ||
"splash": { | ||
"image": "./assets/images/splash.png", | ||
"resizeMode": "contain", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"ios": { | ||
"supportsTablet": true, | ||
"bundleIdentifier": "com.linusbolls.mobileapp", | ||
"infoPlist": { | ||
"NSPhotoLibraryUsageDescription": true | ||
} | ||
}, | ||
"android": { | ||
"adaptiveIcon": { | ||
"foregroundImage": "./assets/images/adaptive-icon.png", | ||
"backgroundColor": "#ffffff" | ||
} | ||
}, | ||
"web": { | ||
"bundler": "metro", | ||
"output": "static", | ||
"favicon": "./assets/images/favicon.png" | ||
}, | ||
"plugins": [ | ||
"expo-router", | ||
[ | ||
"@sentry/react-native/expo", | ||
{ | ||
"url": "https://sentry.io/", | ||
"project": "beerpong", | ||
"organization": "sackverein" | ||
} | ||
], | ||
[ | ||
"expo-image-picker", | ||
{ | ||
"photosPermission": "The app accesses your photos to let you choose a picture", | ||
"cameraPermission": "The app accesses your photos to let take a pic" | ||
} | ||
] | ||
], | ||
"experiments": { | ||
"typedRoutes": true | ||
}, | ||
"extra": { | ||
"eas": { | ||
"projectId": "8dbfe974-43ce-4f4e-b3d8-cf6f77109412" | ||
} | ||
}, | ||
"owner": "beerpong" | ||
} | ||
"expo": { | ||
"name": "beerpong-tournament", | ||
"slug": "mobile-app", | ||
"version": "1.0.0", | ||
"orientation": "portrait", | ||
"icon": "./assets/images/icon.png", | ||
"scheme": "myapp", | ||
"userInterfaceStyle": "automatic", | ||
"splash": { | ||
"image": "./assets/images/splash.png", | ||
"resizeMode": "contain", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"ios": { | ||
"supportsTablet": true, | ||
"bundleIdentifier": "com.linusbolls.mobileapp", | ||
"infoPlist": { | ||
"NSPhotoLibraryUsageDescription": true | ||
} | ||
}, | ||
"android": { | ||
"adaptiveIcon": { | ||
"foregroundImage": "./assets/images/adaptive-icon.png", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"permissions": [ | ||
"android.permission.RECORD_AUDIO" | ||
], | ||
"package": "com.linusbolls.mobileapp" | ||
}, | ||
"web": { | ||
"bundler": "metro", | ||
"output": "static", | ||
"favicon": "./assets/images/favicon.png" | ||
}, | ||
"plugins": [ | ||
"expo-router", | ||
[ | ||
"@sentry/react-native/expo", | ||
{ | ||
"url": "https://sentry.io/", | ||
"project": "beerpong", | ||
"organization": "sackverein" | ||
} | ||
], | ||
[ | ||
"expo-image-picker", | ||
{ | ||
"photosPermission": "The app accesses your photos to let you choose a picture", | ||
"cameraPermission": "The app accesses your photos to let take a pic" | ||
} | ||
] | ||
], | ||
"experiments": { | ||
"typedRoutes": true | ||
}, | ||
"extra": { | ||
"eas": { | ||
"projectId": "8dbfe974-43ce-4f4e-b3d8-cf6f77109412" | ||
} | ||
}, | ||
"owner": "beerpong" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.