import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { marginTop: 32, paddingHorizontal: 24, backgroundColor: 'skyblue', }, });