Each of these started as a pain point in production work — then got extracted, documented, and published. Real installs from real teams are the honest signal that they solve something.
react-native-skelo
Automatic skeleton loading for React Native
Hand-writing skeleton screens is tedious and drifts out of sync with the real UI. Skelo generates the loading state from the component you already wrote — describe your UI once, get the skeleton for free.
$npm i react-native-skeloreact-native-qa-logger
In-app QA logging & debugging for React Native
QA and non-technical testers can't open a Metro console. This drops an in-app debug console into any build — network logs, errors, and events visible on-device, so bug reports come with real evidence instead of screenshots.
$npm i react-native-qa-logger