You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a issue per say but how can i add image to shownotifcation.
i have the follow code below however the image is not showing
this.props.showNotification({
title: 'Update Received!',
message: data.message,
onPress: () => this.props.navigation.navigate('update',{messagedata:data.message}),
icon: <Image source={{uri:'ttps://facebook.github.io/react-native/docs/assets/favicon.png'}} />
});
The text was updated successfully, but these errors were encountered:
This is not a issue per say but how can i add image to shownotifcation.
i have the follow code below however the image is not showing
this.props.showNotification({
title: 'Update Received!',
message: data.message,
onPress: () => this.props.navigation.navigate('update',{messagedata:data.message}),
icon: <Image source={{uri:'ttps://facebook.github.io/react-native/docs/assets/favicon.png'}} />
});
The text was updated successfully, but these errors were encountered: