LogoCraftReactNative
Components

Card

A card component that displays content in a card with rounded corners.

Component preview

Usage

Screen.tsx
import { Card } from "@/craftrn-ui/components/Card";
 
export const Screen = () => (
  <Card>
    <Text>Hello</Text>
  </Card>
);

Props

PropTypeDefault
children
ViewProps
-
style
ViewProps
-

On this page