// the find
react-ui-kit/dribbble2react
Transform Dribbble designs to React-Native code | Shop UI Kit >>
A collection of React Native UI implementations built from Dribbble designs, each living in its own subdirectory with its own package.json and Expo config. It's a learning resource and visual reference, not a library you'd install. The target audience is developers who want to see how polished Dribbble mockups translate into actual RN code.
The plant-app and velocity entries are genuinely thorough — they have proper component abstractions (Block, Text, Card as styled primitives), a theme file with a single source of truth for colors and spacing, and enough screens to show how navigation composes. The Expo snack links mean you can run any of these in a browser without cloning anything. Each project is self-contained, so you can copy one folder into your own repo without untangling shared dependencies.
The repo has been dead since September 2021 and most of the Expo snack links point to snack.expo.io which has since changed URLs, so half the live demos are likely broken. Each sub-project carries its own yarn.lock with versions frozen in 2019-2020, meaning React Navigation v2/v3 APIs and an Expo SDK that's now four major versions behind — you cannot just run these without significant migration work. There are no tests beyond the boilerplate App-test.js that Expo CLI generated, so there's nothing verifying the UI logic. The Velocity project was listed as in-progress in the README and never finished.