Skip to content

Instantly share code, notes, and snippets.

View Abdelrahman-Dev9's full-sized avatar

Nagar Abdelrahman-Dev9

View GitHub Profile
@Abdelrahman-Dev9
Abdelrahman-Dev9 / auth.styles.ts
Created April 27, 2025 20:31 — 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,