react-native-stories-view icon indicating copy to clipboard operation
react-native-stories-view copied to clipboard

onImageClick function not working

Open EmpiteRananjaya opened this issue 3 years ago • 0 comments

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,
                                )
                            },
                          
                         }}

EmpiteRananjaya avatar Apr 08 '22 06:04 EmpiteRananjaya