import {StyleSheet} from 'react-native'; export default StyleSheet.create({ textCenter: { textAlign: 'center', }, contentCenter: { justifyContent: 'center', alignItems: 'center', textAlign: 'center', }, itemHeightCenter: { justifyContent: 'center', }, modalItemCenter: { justifyContent: 'center', }, });