Browse Source
				
				Merge pull request #49 from CyrusZei/patch-1
				
					
added some missing steps
				
			 
			
				
					
						
							 matrixbirds
						
						6 years ago
							matrixbirds
						
						6 years ago
					 
					
				 
			 
			
				
					
					  
					  No account linked to committer's email address
					
				
			
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  | @@ -5,6 +5,24 @@
 | 
	
		
			
			| 5 | 5 |  * Xcode 10.0+
 | 
	
		
			
			| 6 | 6 |  * cocoapods
 | 
	
		
			
			| 7 | 7 |  
 | 
	
		
			
			|  | 8 | +```bash
 | 
	
		
			
			|  | 9 | +# Use npm
 | 
	
		
			
			|  | 10 | +npm install react-native-agora
 | 
	
		
			
			|  | 11 | +```
 | 
	
		
			
			|  | 12 | +or
 | 
	
		
			
			|  | 13 | +
 | 
	
		
			
			|  | 14 | +```bash
 | 
	
		
			
			|  | 15 | +# Use yarn
 | 
	
		
			
			|  | 16 | +yarn add react-native-agora
 | 
	
		
			
			|  | 17 | +```
 | 
	
		
			
			|  | 18 | +then you need to link the library
 | 
	
		
			
			|  | 19 | +
 | 
	
		
			
			|  | 20 | +```bash
 | 
	
		
			
			|  | 21 | +# Link the library
 | 
	
		
			
			|  | 22 | +react-native link react-native-agora
 | 
	
		
			
			|  | 23 | +```
 | 
	
		
			
			|  | 24 | +
 | 
	
		
			
			|  | 25 | +
 | 
	
		
			
			| 8 | 26 |  ```bash
 | 
	
		
			
			| 9 | 27 |  # installed ruby first then run it
 | 
	
		
			
			| 10 | 28 |  gem install cocoapods
 |