I\'m using React Native and I\'m having trouble retaining vertical centering of elements as soon as I introduce a ScrollView. To demonstrate, I created 3 apps with React Native
In order to center ScrollView itself vertically, then you need to have such kind of structure:
Otherwise, if you want to center ScrollView content itself, then you need the following: