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