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
CENTERD TEXT
And add this
import {StyleSheet} from 'react-native';