When using Content component with padder attribute everything is working as excepted. However adding refreshControl to this makes the left padding disappear.
Screenshot.

0.54.2, 16.3.0-alpha.1, 2.3.7
@ppozniak checked this. It is working fine for me . Attaching a gif.
Gif

@akhil-geekyants Made a new snack: https://snack.expo.io/Hy91JEL9f
It seems to work okay on iOS however not on android:

@ppozniak same issue happens with react-native ScrollView.
But you can fix this by removing the padder and setting the padding to contentContainerStyle of <Content/>
<Content contentContainerStyle={{ padding: 10 }} refreshControl={<RefreshControl/>}>
We will be fixing this. Let us know if you are facing any issue.
Fixed with 2.4.2
Most helpful comment
@ppozniak same issue happens with react-native ScrollView.
But you can fix this by removing the padder and setting the padding to
contentContainerStyleof<Content/>We will be fixing this. Let us know if you are facing any issue.