diff --git a/App/Containers/ClothsScreen.js b/App/Containers/ClothsScreen.js index 6c3b725..bf0e529 100644 --- a/App/Containers/ClothsScreen.js +++ b/App/Containers/ClothsScreen.js @@ -5,7 +5,7 @@ import { ScrollView, KeyboardAvoidingView,ImageBackground, ActivityIndicator, Image, TouchableOpacity } from 'react-native' -import {Header,Left,Body,Right,Container,Content,Footer, Text,Button} from 'native-base' +import {Header,Left,Body,Right,Container,Content,Footer, Text,Button, Icon} from 'native-base' import { connect } from 'react-redux' // Add Actions - replace 'Your' with whatever your reducer is called :) // import YourActions from '../Redux/YourRedux' @@ -18,48 +18,48 @@ const summer = [ { id: 1, title: 'Gul Ahmad', - img: require('../Images/men1.png'), + img: require('../Images/menn1.png'), price: 350 }, { id: 1, title: 'Alkaram', - img: require('../Images/men2.png'), + img: require('../Images/menn2.png'), price: 350 }, { id: 1, title: 'Grace', - img: require('../Images/men1.png'), + img: require('../Images/menn7.png'), price: 350 }, { id: 1, title: 'Local', -img: require('../Images/men2.png'), +img: require('../Images/menn4.png'), price: 350 }, { id: 1, - title: 'UnStitched Cloths', - img: require('../Images/men1.png'), + title: 'Grace', + img: require('../Images/menn5.png'), price: 350 }, { id: 1, -title: 'Stitched Cloths', -img: require('../Images/men2.png'), +title: 'Gul Ahmad', +img: require('../Images/menn6.png'), price: 350 }, { id: 1, - title: 'UnStitched Cloths', - img: require('../Images/men1.png'), + title: 'Alkaram', + img: require('../Images/menn7.png'), price: 350 }, { id: 1, -title: 'Stitched Cloths', -img: require('../Images/men2.png'), +title: 'Grace', +img: require('../Images/menn2.png'), price: 350 } ] @@ -137,28 +137,33 @@ class ClothsScreen extends Component { return (
- -
+ + + - - - - - + + ( - {item.title} - {item.price} + {item.title} + Rs {item.price} )} //Setting the number of column diff --git a/App/Containers/HomeScreen.js b/App/Containers/HomeScreen.js index 0a5cf31..7cf4e20 100644 --- a/App/Containers/HomeScreen.js +++ b/App/Containers/HomeScreen.js @@ -61,7 +61,8 @@ class HomeScreen extends Component { const rows = this.state.DISHES.map((value, index) => { return ( -