React Native ScrollView’s contentContainerStyle not centering in Android
In our codebase, we have a ScrollView that contains an array of items users can push into and pop out of. We use contentContainerStyle to style the array items.
In our codebase, we have a ScrollView that contains an array of items users can push into and pop out of. We use contentContainerStyle to style the array items.