react-native-stories-view
react-native-stories-view copied to clipboard
onImageClick function not working
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,
)
},
}}