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