-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
onImageClick function not working
userProfile={{
userImage: {uri: this.state.Logo},
userName: this.state.shopName,
onImageClick: () => {
console.log('lskndclksnc');
Alert.alert('User profile image tapped');
console.log(item, 'on press store');
this.props.getStoreProfileAction(
item.store?.id,
SCENES.ROUTE_STORE_PROFILE,
)
},
}}
Metadata
Metadata
Assignees
Labels
No labels