Skip to content

Instantly share code, notes, and snippets.

@burakorkmez
burakorkmez / auth.styles.js
Last active December 12, 2025 11:36
React Native Wallet App
// styles/auth.styles.js
import { StyleSheet } from "react-native";
import { COLORS } from "../../constants/colors";
export const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: COLORS.background,
padding: 20,
justifyContent: "center",