add cart, login, product search, update navigation

This commit is contained in:
2021-04-12 17:24:57 +07:00
parent a332f7171b
commit b296e442a6
13 changed files with 2282 additions and 10 deletions

View File

@@ -17,7 +17,9 @@ const winHeight = Dimensions.get('window').height; //full height
const ProductItemSt = () => {
return (
<View></View>
<View>
</View>
)
}