Skip to content

Instantly share code, notes, and snippets.

@dmathisen
dmathisen / button.tsx
Created January 31, 2024 15:14
React Native generic button component
import React from 'react';
import {
Pressable,
PressableProps,
StyleProp,
StyleSheet,
Text,
TextStyle,
ViewStyle,
useColorScheme