import { StyleSheet } from 'react-native'; export default () => { return StyleSheet.create({ container: { flexDirection: 'column' } }); };