File tree Expand file tree Collapse file tree 2 files changed +35
-5
lines changed
Expand file tree Collapse file tree 2 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "expo" : {
3- "name" : " Splitwiser Mobile" ,
4- "slug" : " splitwiser-mobile" ,
3+ "name" : " frontend" ,
4+ "slug" : " frontend" ,
5+ "platforms" : [" ios" , " android" , " web" ],
56 "version" : " 1.0.0" ,
67 "orientation" : " portrait" ,
78 "icon" : " ./assets/icon.png" ,
89 "userInterfaceStyle" : " light" ,
10+ "newArchEnabled" : true ,
911 "splash" : {
10- "image" : " ./assets/splash.png" ,
12+ "image" : " ./assets/splash-icon .png" ,
1113 "resizeMode" : " contain" ,
1214 "backgroundColor" : " #ffffff"
1315 },
1618 ],
1719 "ios" : {
1820 "supportsTablet" : true ,
19- "bundleIdentifier" : " com.splitwiser.mobile"
21+ "bundleIdentifier" : " com.splitwiser.mobile" ,
22+ "infoPlist" : {
23+ "NSPhotoLibraryUsageDescription" : " Allow Splitwiser to select a group icon from your photo library."
24+ }
2025 },
2126 "android" : {
2227 "adaptiveIcon" : {
2328 "foregroundImage" : " ./assets/adaptive-icon.png" ,
2429 "backgroundColor" : " #ffffff"
2530 },
31+ "edgeToEdgeEnabled" : true ,
32+ "permissions" : [" READ_MEDIA_IMAGES" ],
2633 "package" : " com.splitwiser.mobile"
2734 },
2835 "web" : {
4552 ]
4653 ],
4754 "scheme" : " splitwiser" ,
48- "newArchEnabled" : true
55+ "extra" : {
56+ "eas" : {
57+ "projectId" : " afe97159-52c4-425a-9ce3-c56d4f2cb568"
58+ }
59+ },
60+ "owner" : " devasy23"
4961 }
5062}
Original file line number Diff line number Diff line change 1+ {
2+ "cli" : {
3+ "version" : " >= 7.6.0"
4+ },
5+ "build" : {
6+ "development" : {
7+ "developmentClient" : true ,
8+ "distribution" : " internal"
9+ },
10+ "preview" : {
11+ "distribution" : " internal"
12+ },
13+ "production" : {}
14+ },
15+ "submit" : {
16+ "production" : {}
17+ }
18+ }
You can’t perform that action at this time.
0 commit comments