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

added on delete props

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