mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							808 B
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							808 B
						
					
					
				| {
 | |
|   "expo": {
 | |
|     "name": "MyProjectName",
 | |
|     "slug": "MyProjectName",
 | |
|     "version": "1.0.0",
 | |
|     "orientation": "portrait",
 | |
|     "icon": "./assets/icon.png",
 | |
|     "splash": {
 | |
|       "image": "./assets/splash.png",
 | |
|       "resizeMode": "cover",
 | |
|       "backgroundColor": "#38003c"
 | |
|     },
 | |
|     "updates": {
 | |
|       "fallbackToCacheTimeout": 0
 | |
|     },
 | |
|     "assetBundlePatterns": ["**/*"],
 | |
|     "ios": {
 | |
|       "supportsTablet": true,
 | |
|       "bundleIdentifier": "com.MyCompanyName.MyProjectName",
 | |
|       "buildNumber": "1.0.0"
 | |
|     },
 | |
|     "android": {
 | |
|       "package": "com.MyCompanyName.MyProjectName",
 | |
|       "versionCode": 1,
 | |
|       "adaptiveIcon": {
 | |
|         "foregroundImage": "./assets/adaptive-icon.png",
 | |
|         "backgroundColor": "#FFFFFF"
 | |
|       }
 | |
|     },
 | |
|     "web": {
 | |
|       "favicon": "./assets/icon.png"
 | |
|     }
 | |
|   }
 | |
| }
 |