finds.dev← search

// the find

flatlogic/react-native-starter

★ 2,513 · JavaScript · MPL-2.0 · updated Jan 2025

🚀A powerful react native starter template that bootstraps development of your mobile application

A React Native starter template from Flatlogic, previously sold as a premium product and now open-sourced. It gives you a pre-wired app shell with navigation, auth screens, charts, a chat UI, and a component gallery — the kind of thing you'd spend a week assembling yourself from scratch.

The component coverage is genuinely wide: calendar, charts (area, bar, pie, line with multiple variants), chat, blog, and a full UI component gallery — not just buttons and inputs. The module structure (View + Container + State per feature) is consistent and easy to follow if you're familiar with Redux patterns. Plop generators for new components and modules are included, which is a nice touch for keeping new code consistent. The theming system supports 6 color themes via a shell script swap, which is crude but at least it's there.

Last commit was January 2025 and the repo uses older Redux patterns with separate container components — no Redux Toolkit, no hooks-based connect, no Zustand. Anyone starting a new app today would be inheriting a state management approach from 2018. The 'available in full version' module stub is a leftover from the paid days and is just dead weight now. There are no TypeScript types — it's plain JavaScript throughout, which means you're refactoring before you ship anything serious. The analytics integration mentioned in the README doesn't exist in the code; it's aspirational documentation.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →