import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ container: { flex: 1 } }); export default { styles }