Skip to content

Instantly share code, notes, and snippets.

View cesswhite's full-sized avatar
🚀
Walk dance, talk sing

Céss White cesswhite

🚀
Walk dance, talk sing
View GitHub Profile
@cesswhite
cesswhite / Button.tsx
Last active July 24, 2025 16:06
Components by Code With Beto Team to create React Native Apps
import { useColorScheme } from "@/hooks/useColorScheme";
import {
ColorConfig,
getColorValue,
RADIUS_VALUES,
UIColor,
UIRadius,
UISize,
} from "@/types/ui";
import * as Haptics from "expo-haptics";