import { StyleSheet } from 'react-native'; export const getStyles = (colors: any) => StyleSheet.create({ divider: { width: '100%', backgroundColor: colors.divider, marginVertical: 12, }, });