1
0
forked from fr/deguapp

Fix: beer get page responsibility

This commit is contained in:
Filip Rojek 2024-05-14 22:44:32 +02:00
parent 6d6afc6274
commit bf08eefe57

View File

@ -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%",