| 
				
			 | 
			
			
				@@ -6,8 +6,8 @@ 
			 | 
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				     "start": "node node_modules/react-native/local-cli/cli.js start", 
			 | 
		
	
		
			
			| 
				7
			 | 
			
				7
			 | 
			
			
				     "ios": "react-native run-ios && react-native log-ios", 
			 | 
		
	
		
			
			| 
				8
			 | 
			
				8
			 | 
			
			
				     "android": "react-native run-android && react-native log-android", 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				
			 | 
			
			
				--   "bundle-android": "react-native bundle --entry-file index.js --bundle-output android/app/build/generated/assets/react/release/index.android.bundle --platform android --assets-dest android/app/src/main/res --dev false", 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				
			 | 
			
			
				--   "build-android": "cd android && ./gradlew assembleRelease", 
			 | 
		
	
		
			
			| 
				
			 | 
			
				9
			 | 
			
			
				+    "bundle-android": "react-native bundle --entry-file index.js --bundle-output android/app/build/generated/assets/react/release/index.android.bundle --platform android --assets-dest android/app/src/main/res --dev false", 
			 | 
		
	
		
			
			| 
				
			 | 
			
				10
			 | 
			
			
				+    "build-android": "cd android && ./gradlew assembleRelease", 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				     "test": "jest" 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				   }, 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				   "dependencies": { 
			 |