2024-03-16 14:11:43 +08:00

10 lines
264 B
JavaScript

import { StyleSheet } from 'react-native';
export default StyleSheet.create({
wrapper: {
backgroundColor: '#fff',
justifyContent: 'center',
flexDirection: 'row',
alignItems: 'center'
},
});
//# sourceMappingURL=styles.js.map