Skip to content

Instantly share code, notes, and snippets.

View DHILIpkjjhjgfrresrchhbjnkkjhgfddfgh's full-sized avatar

DHILIpkjjhjgfrresrchhbjnkkjhgfddfgh

View GitHub Profile
@DHILIpkjjhjgfrresrchhbjnkkjhgfddfgh
DHILIpkjjhjgfrresrchhbjnkkjhgfddfgh / auth.styles.ts
Created April 27, 2025 13:08 — forked from burakorkmez/auth.styles.ts
React Native Spotlight - Styles
// styles/auth.styles.ts
import { COLORS } from "@/constants/theme";
import { StyleSheet, Dimensions } from "react-native";
const { width, height } = Dimensions.get("window");
export const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: COLORS.background,