stylesheet-ui
React Native components you own. Plain StyleSheet, no lock-in.
Quick start
Section titled “Quick start”npx stylesheet-ui initnpx stylesheet-ui add buttonimport { ThemeProvider } from "@/theme";import { Button } from "@/components/ui/button";
<ThemeProvider> <Button onPress={() => {}}>Click me</Button></ThemeProvider>