hectahertz / react-native-material-dialog

Material design dialogs for React Native 💬
MIT License
141 stars 55 forks source link

Alert dialog with image, title and description #30

Closed webdevsyd closed 6 years ago

webdevsyd commented 6 years ago

Hi @hectahertz

Is there a way thatI can put the title below the image, currently when I create a custom content for the dialog box the title appears on top of the dialog

screen shot 2018-01-07 at 11 55 35 pm

If I put a description text below the title this is what I'm getting: screen shot 2018-01-08 at 12 31 59 am

Is there a way how can I do this?

screen shot 2018-01-07 at 11 54 26 pm

Also te alert dialog seems have a fix height, because if I have a long text content its like getting an overflow: hidden

hectahertz commented 6 years ago

Hi @webdevsyd! 👋🏻

For the title underneath the picture, as it's not part of the Google spec I'd rather leave it out of the library, but you should be able to do it by not setting a title and just including it in the children.

As per the overflow I can't think of a reason why that would happen, if you want to post a snack I can take a look 😄

webdevsyd commented 6 years ago

Hi @hectahertz Finally get to do the UI that I want :D

screen shot 2018-01-08 at 8 43 36 pm