import {StyleSheet} from 'react-native'; export default StyleSheet.create({ divider: { flex: 1, borderBottomWidth: StyleSheet.hairlineWidth, }, });