import React from 'react'; import {Dimensions, PixelRatio, StyleSheet} from 'react-native'; const customer_css = StyleSheet.create({ container: { backgroundColor: 'white', flex: 1, }, footer: { flexDirection: 'row', height: 24, justifyContent: 'center', alignItems: 'center', marginBottom: 10, }, actionButtonIcon: { fontSize: 20, height: 22, color: 'white', }, }); export default customer_css;