import { StyleSheet } from 'react-native' export const styles = StyleSheet.create({ container: { alignItems: 'center', height: 64, justifyContent: 'space-between', paddingHorizontal: 16, flexDirection: 'row', }, })