import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ container: { backgroundColor: "transparent", alignItems: "center", justifyContent: "center", flexDirection: "row", width: "auto", height: 20, }, });