robcalcroft / react-native-in-app-notification

:bell: Customisable in-app notification component for React Native
MIT License
269 stars 78 forks source link

Image prop #23

Open graig12 opened 5 years ago

graig12 commented 5 years ago

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'}} /> });