Overview of Dripsy
masterDripsy provides unstyled, responsive UI primitives designed for universal applications running on React Native and Web. It allows you to define themed, responsive designs using a single sx prop, which is memoized under the hood for performance. It is compatible with Expo, Vanilla React Native, and Next.js.
<View sx={{ bg: '$primary', height: [100, 200] }} />