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