It seems that with position:absolute in use an element cannot be centred using justifyContent or alignItems. There\'s a workaround to use
position:absolute
justifyContent
alignItems
Wrap the child you want centered in a View and make the View absolute.
Centered text