| 
														
															@@ -32,6 +32,7 @@ class Footer extends Component { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const { filter } = this.props; 
														 | 
														
														 | 
														
															     const { filter } = this.props; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return ( 
														 | 
														
														 | 
														
															     return ( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <View style={styles.container}> 
														 | 
														
														 | 
														
															       <View style={styles.container}> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <Text>{this.props.count} count</Text> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <View style={styles.filters}> 
														 | 
														
														 | 
														
															         <View style={styles.filters}> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <TouchableOpacity 
														 | 
														
														 | 
														
															           <TouchableOpacity 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             onPress={() => this.props.onFilter('ALL')} 
														 | 
														
														 | 
														
															             onPress={() => this.props.onFilter('ALL')} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -55,6 +56,7 @@ class Footer extends Component { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 Footer.propTypes = { 
														 | 
														
														 | 
														
															 Footer.propTypes = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  count: React.PropTypes.number, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   filter: React.PropTypes.string, 
														 | 
														
														 | 
														
															   filter: React.PropTypes.string, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   onFilter: React.PropTypes.func 
														 | 
														
														 | 
														
															   onFilter: React.PropTypes.func 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 |