| 
				
			 | 
			
			
				@@ -79,6 +79,11 @@ After `0.10.3` you can install this package directly from Github 
			 | 
		
	
		
			
			| 
				79
			 | 
			
				79
			 | 
			
			
				 # replace <branch_name> with any one of the branches 
			 | 
		
	
		
			
			| 
				80
			 | 
			
				80
			 | 
			
			
				 npm install --save github:wkh237/react-native-fetch-blob-package#<branch_name> 
			 | 
		
	
		
			
			| 
				81
			 | 
			
				81
			 | 
			
			
				 ``` 
			 | 
		
	
		
			
			| 
				
			 | 
			
				82
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				83
			 | 
			
			
				+**Manually Link Native Modules** 
			 | 
		
	
		
			
			| 
				
			 | 
			
				84
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				85
			 | 
			
			
				+If automatically linking doesn't work for you, see instructions on [manually linking](https://github.com/joltup/react-native-fetch-blob/wiki/Manually-Link-Package#index). 
			 | 
		
	
		
			
			| 
				
			 | 
			
				86
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				82
			 | 
			
				87
			 | 
			
			
				 **Automatically Link Native Modules** 
			 | 
		
	
		
			
			| 
				83
			 | 
			
				88
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				84
			 | 
			
				89
			 | 
			
			
				 For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native) 
			 |