55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "expo": {
 | 
						|
    "plugins": [
 | 
						|
      [
 | 
						|
        "expo-build-properties",
 | 
						|
        {
 | 
						|
          "android": {
 | 
						|
            "usesCleartextTraffic": true
 | 
						|
          }
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      [
 | 
						|
        "react-native-keyevent-expo-config-plugin"
 | 
						|
      ]
 | 
						|
    ],
 | 
						|
    "name": "Assemblr",
 | 
						|
    "slug": "Assemblr",
 | 
						|
    "version": "1.1.7",
 | 
						|
    "orientation": "portrait",
 | 
						|
    "icon": "./src/assets/icon.png",
 | 
						|
    "userInterfaceStyle": "light",
 | 
						|
    "splash": {
 | 
						|
      "image": "./src/assets/splash.png",
 | 
						|
      "resizeMode": "contain",
 | 
						|
      "backgroundColor": "#ffffff"
 | 
						|
    },
 | 
						|
    "assetBundlePatterns": [
 | 
						|
      "src/**/*"
 | 
						|
    ],
 | 
						|
    "ios": {
 | 
						|
      "supportsTablet": true
 | 
						|
    },
 | 
						|
    "android": {
 | 
						|
      "adaptiveIcon": {
 | 
						|
        "foregroundImage": "./src/assets/adaptive-icon.png",
 | 
						|
        "backgroundColor": "#ffffff"
 | 
						|
      },
 | 
						|
      "package": "com.anonymous.Assemblr",
 | 
						|
      "permissions": [
 | 
						|
        "INTERNET",
 | 
						|
        "REQUEST_INSTALL_PACKAGES",
 | 
						|
        "READ_EXTERNAL_STORAGE",
 | 
						|
        "WRITE_EXTERNAL_STORAGE"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "web": {
 | 
						|
      "favicon": "./src/assets/favicon.png"
 | 
						|
    },
 | 
						|
    "extra": {
 | 
						|
      "eas": {
 | 
						|
        "projectId": "44593e40-e504-4784-9e23-3cc90a6c1f74"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |