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

@@ -72,6 +72,11 @@ const SortAndFilter = () => {
<OtherFilterListT />
</ScrollView>
</View>
<View style={styles.filterViewAll}>
<TouchableOpacity style={styles.filterViewAllButton}>
<Text style={styles.filterViewAllButtonText}>Xem 1020 sản phẩm</Text>
</TouchableOpacity>
</View>
</View>
</View>
</Modal>
@@ -535,7 +540,27 @@ const styles = StyleSheet.create({
},
listBoxFilter: {
width: '100%',
height: winHeight - 80,
height: winHeight - 130,
},
filterViewAll: {
width: '100%',
height: 60,
paddingHorizontal: 10,
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
},
filterViewAllButton: {
width: '100%',
height: 40,
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#D8262F',
borderRadius: 5,
},
filterViewAllButtonText: {
color: '#fff',
},
filterItemListTitleName: {
fontWeight: 'bold',