| 
				
			 | 
			
			
				@@ -31,7 +31,7 @@ The current supported permissions are: 
			 | 
		
	
		
			
			| 
				31
			 | 
			
				31
			 | 
			
			
				 ## General Usage 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				32
			 | 
			
			
				 ``` 
			 | 
		
	
		
			
			| 
				33
			 | 
			
				33
			 | 
			
			
				 npm install --save react-native-permissions 
			 | 
		
	
		
			
			| 
				34
			 | 
			
				
			 | 
			
			
				-rnpm link 
			 | 
		
	
		
			
			| 
				
			 | 
			
				34
			 | 
			
			
				+react-native link 
			 | 
		
	
		
			
			| 
				35
			 | 
			
				35
			 | 
			
			
				 ``` 
			 | 
		
	
		
			
			| 
				36
			 | 
			
				36
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				37
			 | 
			
				37
			 | 
			
			
				 Add permissions to manifest for android and info.plist for ios (xcode >=8). See notes below for more details. 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -179,7 +179,7 @@ You can request write access to any of these types by also including the appropr 
			 | 
		
	
		
			
			| 
				179
			 | 
			
				179
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				180
			 | 
			
				180
			 | 
			
			
				 ```` 
			 | 
		
	
		
			
			| 
				181
			 | 
			
				181
			 | 
			
			
				 npm install --save react-native-permissions 
			 | 
		
	
		
			
			| 
				182
			 | 
			
				
			 | 
			
			
				-rnpm link 
			 | 
		
	
		
			
			| 
				
			 | 
			
				182
			 | 
			
			
				+react-native link 
			 | 
		
	
		
			
			| 
				183
			 | 
			
				183
			 | 
			
			
				 ```` 
			 | 
		
	
		
			
			| 
				184
			 | 
			
				184
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				185
			 | 
			
				185
			 | 
			
			
				 ### Or manualy linking 
			 |