As of react native 0.71 this is natively supported.
const styles = StyleSheet.create({
screen: {
maxWidth: '80%',
width: 200,
gap: 30,
columnGap: 30 // if you want to be extra precise
justifyContent: 'center',
alignItems: 'center',
},
})