Commit d02e7fed authored by pramod.nichelabs's avatar pramod.nichelabs

added on delete props

parent e9ee053a
...@@ -35,7 +35,8 @@ const UserAuctionListScreen = ({navigation}) => { ...@@ -35,7 +35,8 @@ const UserAuctionListScreen = ({navigation}) => {
onPress={() => onPress={() =>
navigation.navigate("AuctionDetailScreen", { navigation.navigate("AuctionDetailScreen", {
auctionObject: auction}) auctionObject: auction})
}/> }
onDelete={() => console.log('delete')}/>
) )
})} })}
</ScrollView> </ScrollView>
......
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