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
If the content is vertical it should wrap by default;
If the content is horizontal, things get tricky...
What worked for me was putting the view container inside another view: