mmazzarolo / react-native-dialog

Pure JavaScript React-Native dialog
MIT License
681 stars 111 forks source link

Add ability to include images in Dialog.Description #117

Closed hb-webdev closed 3 years ago

hb-webdev commented 3 years ago

I was in the middle of implementing this library to show previews of the image the user just took with the camera. But I see now that Dialog.Description is a Text component. I don't see any way to include an image right now. If that's the case, can you please implement this ability? Thank you.

EDIT: Didn't realize <Image> seemingly requires defining the height and width parameters for the image to show up...