You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use a style in the ModalDropdown element of { flexDirection: 'row', flex: 1 } and see it successfully takes up 100% of the width.
However if the first child of ModalDropdown is a View for example, it will ignore the { flexDirection: 'row', flex: 1 } style and all the children of this View are forced to be scrunched together.
Any way around this? Thank you for answering.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I can use a style in the ModalDropdown element of { flexDirection: 'row', flex: 1 } and see it successfully takes up 100% of the width.
However if the first child of ModalDropdown is a View for example, it will ignore the { flexDirection: 'row', flex: 1 } style and all the children of this View are forced to be scrunched together.
Any way around this? Thank you for answering.
The text was updated successfully, but these errors were encountered: