| 
				
			 | 
			
			
				@@ -9,7 +9,7 @@ Any React Component registered with react-native-navigation is enhanced with two 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				 * `componentDidAppear` - called each time a component is revealed to the user 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				 * `componentDidDisappear` - called each time a component is hidden from user's view **as a result of being detached from hierarchy** 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				12
			 | 
			
				
			 | 
			
			
				-These methods compliment React's liefcycle methods: 
			 | 
		
	
		
			
			| 
				
			 | 
			
				12
			 | 
			
			
				+These methods compliment React's lifecycle methods: 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				 * `componentDidMount` - called once, when a component is attached to hierarchy **for the first time** 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				 * `componentWillUnmount` - called once, when a component is destroyed 
			 |