Fix: beer get page responsibility
This commit is contained in:
		@@ -42,7 +42,6 @@ export default function Tab() {
 | 
				
			|||||||
				}}
 | 
									}}
 | 
				
			||||||
			/>
 | 
								/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			<View style={styles.beerList}>
 | 
					 | 
				
			||||||
			{/* 				<FlashList
 | 
								{/* 				<FlashList
 | 
				
			||||||
					data={data}
 | 
										data={data}
 | 
				
			||||||
					estimatedItemSize={100}
 | 
										estimatedItemSize={100}
 | 
				
			||||||
@@ -71,7 +70,6 @@ export default function Tab() {
 | 
				
			|||||||
				)}
 | 
									)}
 | 
				
			||||||
			/>
 | 
								/>
 | 
				
			||||||
		</View>
 | 
							</View>
 | 
				
			||||||
		</View>
 | 
					 | 
				
			||||||
	);
 | 
						);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -80,7 +78,7 @@ export const styles = StyleSheet.create({
 | 
				
			|||||||
		flex: 1,
 | 
							flex: 1,
 | 
				
			||||||
		justifyContent: "center",
 | 
							justifyContent: "center",
 | 
				
			||||||
		alignItems: "center",
 | 
							alignItems: "center",
 | 
				
			||||||
		width: "100%",
 | 
							marginTop: "2%",
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	beerList: {
 | 
						beerList: {
 | 
				
			||||||
		width: "100%",
 | 
							width: "100%",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user