SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 React Native Open-Source Projects
-
When you build layouts in React Native, you write styles that look a lot like CSS: flexDirection, alignItems, justifyContent, and so on.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07Storybook is a tool for developing and documenting UI components in isolation. You write stories that render individual components with specific props, and Storybook displays them in a standalone browser environment that is separate from the main application. The v8 release significantly reduced configuration complexity, making it practical to add to an existing project without a major setup investment.
-
-
Appwrite
Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more
-
Joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
Project mention: Show HN: Files.md – open-source alternative to Obsidian | news.ycombinator.com | 2026-05-18What is this providing over similarly Markdown based open source note taking applications like Joplin? (https://joplinapp.org/)
I've been a huge fan of the fact that my backend sync infrastructure is my own self-hosted S3 bucket with local clients handling the presentation layer.
-
-
expo
An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.
For the React Native + Supabase + Expo stack underneath, the relevant docs are Expo, Supabase, and Stripe Checkout.
-
Project mention: How to Build Type-Safe Form Handlers Using TypeScript Utility Types | dev.to | 2026-05-20
This pattern works cleanly with Zod and React Hook Form. Zod schemas can infer TypeScript types directly, so you define validation rules and get the type for free:
-
reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
-
taro
开放式跨端跨框架解决方案,支持使用 React/Vue 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
-
Mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
Project mention: 5 Open Source Alternatives Worth Considering Before Renewing Expensive SaaS Tools | dev.to | 2026-04-10Slack's value is real, especially for cross-company conversations with clients and vendors. But for internal communication in companies that care about data residency or audit requirements, Mattermost is a credible self-hosted alternative. The source is on GitHub and the Mattermost deployment guide covers the install on Docker, Kubernetes, and most Linux distributions.
-
TypeORM
TypeScript & JavaScript ORM for Node.js — supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and more.
TypeORM - TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native
-
-
Project mention: GraphQL vs REST: 18 Claims Fact-Checked with Primary Sources (2026) | dev.to | 2026-04-17
Historically, measurements around 40–45 KB gzipped were reasonable for older Apollo Client bundles , but recent v4.x releases have reduced bundle size and made features more modular. Regardless, that is not a cost of GraphQL itself. The same concern exists for feature‑rich REST clients like SWR or TanStack Query . It is a misleading comparison because both REST and GraphQL can be implemented with nothing more than fetch(). Therefore, the theoretical baseline for both styles is 0 KB.
-
karakeep
A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
Project mention: How do you process your "saved but never watched" content pile? | news.ycombinator.com | 2026-05-28Consider supporting Karakeep as a primary datastore for processing.
https://karakeep.app/
-
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
Zulip is building the world’s best collaboration platform, and we’re committed to keeping it 100% open source. Zulip is the only modern team chat app designed for both live and asynchronous conversations. Our product serves as the communication hub for businesses, open-source projects, educators and communities around the world.
We’re looking for a senior backend/infrastructure engineer to join our small core team and build, operate, and scale Zulip — both as we run it on Zulip Cloud, and as thousands of self-hosters run it themselves. The Senior Backend/Infrastructure Engineer will work across backend features, performance, and infrastructure; review code from both staff and open-source contributors; and share responsibility for keeping Zulip Cloud production healthy. You will also have the opportunity to provide technical direction and mentorship to the team.
Check out https://zulip.com/jobs/ to learn more about this and other opportunities at Zulip, and apply at jobs@zulip.com.
-
I’m doing offline-first apps at work and want to emphasize that you’re constraining yourself a lot trying to do this.
As mentioned, everything fast(ish) is using SQLite under the hood. If you don’t already know, SQLite has a limited set of types, and some funky defaults. How are you going to take this loosey-goosey typed data and store it in a backend database when you sync? What about foreign key constraints, etc., can you live without those? Some of the sync solutions don’t support enforcing them on the client.
Also, the SQLite query planner isn’t great in my experience, even when you’re only joining on ids/indexes.
Document databases seem more friendly/natural, but as mentioned indexeddb is slow.
I wish this looked at https://rxdb.info/ more. They have some posts that lead me to believe they have a good grasp on the issues in this space at least
-
Flutter targets six platforms from a single codebase: iOS, Android, web, macOS, Windows, and Linux. React Native's primary targets are iOS and Android. React Native for Web exists as a community-maintained extension, but it's not a first-class experience.
-
Happy Coder
Mobile and Web client for Claude Code. Spawn and control multiple Claude Codes in parallel. Happy Coder runs on your hardware. Works seamlessly with your existing tools and workflow. Secure with end-to-end encryption. Hands-free control with voice agent - not just dictation.
Project mention: Happy — The Open-Source App That Puts Claude Code in Your Pocket | dev.to | 2026-04-15Code on GitHub. Live app at happy.engineering. More posts at radarlog.kr.
-
NativeBase
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.
React Native discussion
React Native related posts
-
How do you process your "saved but never watched" content pile?
-
Nativewind: Tailwind CSS for React Native
-
I Built a Free, Modern Alternative to Paid Universal Sign-In for Expo
-
OpenCV.js Without the Memory Leaks: Chainable Image Processing for Every JavaScript Runtime
-
Karakeep – self-hostable bookmark-everything app
-
Show HN: Fast, reliable MCP for LinkedIn, Uber, Venmo (R/w)
-
Securing Your React Native App with FreeRasp: A Practical Implementation Guide
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Jun 2026
Index
What are some of the best open-source React Native projects? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | react-native | 125,965 |
| 2 | storybook | 90,212 |
| 3 | awesome-react | 73,553 |
| 4 | Appwrite | 56,217 |
| 5 | Joplin | 55,083 |
| 6 | open-source-ios-apps | 50,610 |
| 7 | expo | 49,916 |
| 8 | react-hook-form | 44,752 |
| 9 | reactjs-interview-questions | 44,617 |
| 10 | taro | 37,516 |
| 11 | Mattermost | 37,016 |
| 12 | TypeORM | 36,524 |
| 13 | awesome-react-native | 35,632 |
| 14 | SWR | 32,398 |
| 15 | karakeep | 25,860 |
| 16 | react-native-elements | 25,830 |
| 17 | Zulip | 25,319 |
| 18 | react-navigation | 24,473 |
| 19 | RxDB | 23,216 |
| 20 | react-native-web | 22,127 |
| 21 | Happy Coder | 21,638 |
| 22 | NativeBase | 20,388 |
| 23 | ignite | 19,816 |