mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Add React Native aliases for logs (#5756)
This commit is contained in:
		
				
					committed by
					
						
						Robby Russell
					
				
			
			
				
	
			
			
			
						parent
						
							1c958e02a5
						
					
				
				
					commit
					d848c94804
				
			@@ -24,3 +24,6 @@ plugins=(... react-native)
 | 
			
		||||
| **rnios5s** | `react-native run-ios --simulator "iPhone 5s"` |
 | 
			
		||||
| **rnios6**  | `react-native run-ios --simulator "iPhone 6"`  |
 | 
			
		||||
| **rnios6s** | `react-native run-ios --simulator "iPhone 6s"` |
 | 
			
		||||
| _Logging_                                                    |
 | 
			
		||||
| **rnland**  | `react-native log-android`                     |
 | 
			
		||||
| **rnlios**  | `react-native log-ios`                         |
 | 
			
		||||
 
 | 
			
		||||
@@ -9,3 +9,6 @@ alias rnios5='react-native run-ios --simulator "iPhone 5"'
 | 
			
		||||
alias rnios5s='react-native run-ios --simulator "iPhone 5s"'
 | 
			
		||||
alias rnios6='react-native run-ios --simulator "iPhone 6"'
 | 
			
		||||
alias rnios6s='react-native run-ios --simulator "iPhone 6s"'
 | 
			
		||||
 | 
			
		||||
alias rnland='react-native log-android'
 | 
			
		||||
alias rnlios='react-native log-ios'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user