I\'m pretty new with RN, is there anyway to wrap the content of the view, similar to Android. In Android I can adjust, Height: \'wrap-content\', but somehow in RN, I can\'t do a
Views wrap their content by default if 'flex' attribute is not set.
If you need the view to fill parent width or height set 'alignSelf' attribute to "stretch".