import { StyleSheet } from "react-native"; export const Style = StyleSheet.create({ listContainer: { borderRadius: 8, overflow: "hidden" }, });