0

I have been trying to align text with Image horizontally but it should start right below the image if text gets larger than 1 line. I've added view as parent container and gave below styles:

footer: {
    flexDirection: 'row',
    alignItems: 'flex-start',
  }

But no luck. Also I've tried giving flex-wrap: 'wrap' but that didn't worked as well.

What I'm getting after my try:
enter image description here
What is my expectation:
enter image description here

Ali Waqar
  • 13
  • 7

0 Answers0