import { StyleSheet } from 'react-native'; export const columns = StyleSheet.create({ top: { justifyContent: 'flex-start', }, middle: { justifyContent: 'center', }, bottom: { justifyContent: 'flex-end', }, });