import { StyleSheet } from "react-native"; export const commonStyles = StyleSheet.create({ gradientView: { position: "absolute", inset: 0, }, });