Loading example…
Install
npx expo install @knitui/core @knitui/components \
react-native-gesture-handler react-native-reanimated \
react-native-svg react-native-teleport react-native-workletsLive, on this page
Every example in these docs is a real component, mounted for real — and it is the same story file the kit's Storybook and its iOS/Android gallery render, so nothing here can drift from what ships.
Every visual variant side by side, at the default size.
Loading example…
<Box flexDirection="row" flexWrap="wrap" gap="$md" alignItems="center">
{VARIANTS.map((variant) => (
<Button key={variant} {...args} variant={variant}>
{variant}
</Button>
))}
</Box>Explore
Tokens, themes, sizing, motion — the systems every component shares.
Components105 components with live examples, generated prop tables and slot references.
Satellite kitsDates, carousel, maps, media, graphics, sheets, icons and emoji.
GuidesCross-platform authoring, theming, performance, testing, migration.