We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c35a5 commit 355826cCopy full SHA for 355826c
example/src/AppRoot.tsx
@@ -10,6 +10,7 @@ import {
10
Close,
11
DefaultUser,
12
Icon,
13
+ Image,
14
useTheme,
15
} from "@adaptui/react-native-tailwind";
16
import { createDrawerNavigator } from "@react-navigation/drawer";
@@ -51,6 +52,9 @@ function ButtonScreen() {
51
52
icon={<Icon icon={<CaretRight />} />}
53
style={tailwind.style("my-1")}
54
/>
55
+ <Button style={tailwind.style("my-1")} prefix={<Icon icon={<Image />} />}>
56
+ Upload Image
57
+ </Button>
58
</Box>
59
);
60
}
0 commit comments