-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title and subtitle is not working? #84
Comments
Hey, I don't understand what you try to achieve. Do you only want to use images (and not title / subtitle)? |
I m saying while using image, title and subtitle is not visible. U can see in the image. And yes i want to use both image and text. |
I'mt not sure if the outer view with flexbox is needed. Did you take a lot at the examples? Generally, the component is working. https://github.com/jfilter/react-native-onboarding-swiper/blob/master/examples/Simple.js |
Same issue here. This displays only the image (no title, no subtitle)
While this shows title and subtitle
Wrapped component in a View with flex 1 already. Did not solve the issue. |
Seems to be related to the image pixel size. |
I have the same issue, resizing the image doesn't help. Anyone managed to resolve the issue? |
Realise I'm a little late to the party, but hope this helps someone else. I noticed that if I specify the height for Image, the title and subtitles are displayed. If I just specify the width alone, nothing shows. Specifying both width, and height it shows. |
title and subtitle is working only when image is not added or set it null other wise with image it will display nothing. i will only set padding or some space for title and subtitle.
i try to override titleStyle it's not working?
The text was updated successfully, but these errors were encountered: