Skip to content

Instantly share code, notes, and snippets.

View ashishgartan's full-sized avatar
🎯
Focusing

Ashish Gartan ashishgartan

🎯
Focusing
View GitHub Profile
@burakorkmez
burakorkmez / auth.styles.js
Last active May 1, 2026 12:35
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",