changed bid page title

parent 627f3618
...@@ -13,7 +13,7 @@ const UserBidScreen = ({navigation}) => { ...@@ -13,7 +13,7 @@ const UserBidScreen = ({navigation}) => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<AppContainer> <AppContainer>
<Text style={styles.auctionHeading}>Auctions List</Text> <Text style={styles.auctionHeading}>My Bids</Text>
<ScrollView> <ScrollView>
<View> <View>
<AppAuctionItem label='Auction Item 1' onPress = {() => navigation.navigate("SignUp")}/> <AppAuctionItem label='Auction Item 1' onPress = {() => navigation.navigate("SignUp")}/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment