10 lines
264 B
JavaScript
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
|