🔧 chore(package.json): downgrade @react-native-async-storage/async-storage, react-native-pager-view, react-native-safe-area-context, and react-native-screens to improve compatibility ✨ feat(package.json): add expo-dev-client to dependencies to enable development client functionality
		
			
				
	
	
		
			26 lines
		
	
	
		
			387 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			387 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "cli": {
 | |
|     "version": ">= 7.6.2"
 | |
|   },
 | |
|   "build": {
 | |
|     "development": {
 | |
|       "developmentClient": true,
 | |
|       "distribution": "internal",
 | |
|       "android": {
 | |
|       	"buildType": "apk"
 | |
|       }
 | |
|     },
 | |
|     "preview": {
 | |
|       "distribution": "internal"
 | |
|     },
 | |
|     "production": {
 | |
|       "android": {
 | |
|       	"buildType": "apk"
 | |
|       }
 | |
|     }
 | |
|   },
 | |
|   "submit": {
 | |
|     "production": {}
 | |
|   }
 | |
| }
 |