[READ-ONLY] Mirror of https://github.com/andrioid/ygroceries. Prototype: Combining YJS and React Native in a Grocery list app
1.0 kB
47 lines
1{
2 "expo": {
3 "name": "groceries",
4 "slug": "groceries",
5 "scheme": "myapp",
6 "version": "1.0.0",
7 "orientation": "portrait",
8 "icon": "./assets/icon.png",
9 "userInterfaceStyle": "light",
10 "splash": {
11 "image": "./assets/splash.png"
12 },
13 "assetBundlePatterns": [
14 "**/*"
15 ],
16 "ios": {
17 "supportsTablet": true,
18 "bundleIdentifier": "dk.andri.groceries"
19 },
20 "android": {
21 "adaptiveIcon": {
22 "foregroundImage": "./assets/adaptive-icon.png",
23 "backgroundColor": "#ffffff"
24 },
25 "package": "dk.andri.groceries"
26 },
27 "web": {
28 "bundler": "metro",
29 "favicon": "./assets/favicon.png"
30 },
31 "extra": {
32 "eas": {
33 "projectId": "c4b00d2f-d15a-4a68-9fdb-89864c8586ad"
34 }
35 },
36 "runtimeVersion": {
37 "policy": "sdkVersion"
38 },
39 "updates": {
40 "url": "https://u.expo.dev/c4b00d2f-d15a-4a68-9fdb-89864c8586ad"
41 },
42 "owner": "andrioid",
43 "plugins": [
44 "expo-router"
45 ]
46 }
47}