import Feather from "@expo/vector-icons/Feather" import { View } from "react-native" import tw from "twrnc" import { Button } from "./button" import { type Showcase, Section } from "../showcase" function ButtonShowcase() { return (
) } export const buttonShowcase: Showcase = { title: "Button", component: ButtonShowcase, }