It seems as though I am having problems with creating a display: inline styling equivalent with flexbox. So far I have achieved the following (where the red and blue lines are g
Needed to change the styling to the following:
//container style wrapper for scrollview footerWrapper: { flexWrap: 'wrap', alignItems: 'flex-start', flexDirection:'row', }, //non-container style wrapper for scrollview footerWrapperNC: { flexDirection:'column', },