expo-router-auth-guard
Version:
A minimal yet powerful starter to quickly launch a mobile app using Expo and Supabase, including:
23 lines (21 loc) • 501 B
text/typescript
import { StyleSheet } from "react-native";
export const formAuthStyles = StyleSheet.create({
container: {
flex: 1,
justifyContent: "center",
paddingHorizontal: 24,
backgroundColor: "#fff",
},
title: {
fontSize: 24,
marginBottom: 24,
textAlign: "center",
},
input: {
borderWidth: 1,
borderColor: "#ddd",
padding: 12,
borderRadius: 6,
marginBottom: 16,
},
});