Skip to content

Instantly share code, notes, and snippets.

View Ngnintedem3004's full-sized avatar

Ngnintedem Ngnintedem3004

  • Cameroon
  • 15:22 (UTC -12:00)
View GitHub Profile
@burakorkmez
burakorkmez / auth.styles.ts
Created March 6, 2025 15:56
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,