import { StyleSheet, ViewStyle } from "react-native"; import { ExtendedTheme } from "@react-navigation/native"; interface Style { container: ViewStyle; } export default (theme: ExtendedTheme) => { const { colors } = theme; return StyleSheet.create