React Native

Open-source projects categorized as React Native

Top 23 React Native Open-Source Projects

React Native
  1. react-native

    A framework for building native applications using React

    Project mention: Yoga: A Simple Guide to Layout in React Native | dev.to | 2026-05-02

    When you build layouts in React Native, you write styles that look a lot like CSS: flexDirection, alignItems, justifyContent, and so on.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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-07

    Storybook 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.

  4. awesome-react

    A collection of awesome things regarding React ecosystem

  5. Appwrite

    Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more

    Project mention: 25 Trending Self-Hosted Projects on GitHub | dev.to | 2026-04-02
  6. 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-18

    What 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.

  7. open-source-ios-apps

    :iphone: Collaborative List of Open-Source iOS Apps

  8. expo

    An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.

    Project mention: 3 Pricing Page Rewrites: What Finally Converted | dev.to | 2026-05-19

    For the React Native + Supabase + Expo stack underneath, the relevant docs are Expo, Supabase, and Stripe Checkout.

  9. react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

    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:

  10. reactjs-interview-questions

    List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

  11. taro

    开放式跨端跨框架解决方案,支持使用 React/Vue 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

  12. 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-10

    Slack'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.

  13. TypeORM

    TypeScript & JavaScript ORM for Node.js — supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and more.

    Project mention: JavaScript Awesome Package | dev.to | 2026-02-03

    TypeORM - TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native

  14. awesome-react-native

    Awesome React Native components, news, tools, and learning material!

  15. SWR

    React Hooks for Data Fetching

    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.

  16. 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-28

    Consider supporting Karakeep as a primary datastore for processing.

    https://karakeep.app/

  17. react-native-elements

    Cross-Platform React Native UI Toolkit

  18. Zulip

    Zulip server and web application. Open-source team chat that helps teams stay productive and focused.

    Project mention: Ask HN: Who is hiring? (June 2026) | news.ycombinator.com | 2026-06-01

    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.

  19. react-navigation

    Routing and navigation for React Native and Web apps

  20. RxDB

    A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/

    Project mention: Offline-First Landscape – 2025 | news.ycombinator.com | 2025-08-29

    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

  21. react-native-web

    Cross-platform React UI packages

    Project mention: React Native vs Flutter in 2026: Which Should You Choose? | dev.to | 2026-04-06

    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.

  22. 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-15

    Code on GitHub. Live app at happy.engineering. More posts at radarlog.kr.

  23. NativeBase

    Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.

  24. 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.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

React Native discussion

Log in or Post with

React Native related posts

  • How do you process your "saved but never watched" content pile?

    2 projects | news.ycombinator.com | 28 May 2026
  • Nativewind: Tailwind CSS for React Native

    1 project | news.ycombinator.com | 26 May 2026
  • I Built a Free, Modern Alternative to Paid Universal Sign-In for Expo

    1 project | dev.to | 18 May 2026
  • OpenCV.js Without the Memory Leaks: Chainable Image Processing for Every JavaScript Runtime

    2 projects | dev.to | 14 May 2026
  • Karakeep – self-hostable bookmark-everything app

    1 project | news.ycombinator.com | 14 May 2026
  • Show HN: Fast, reliable MCP for LinkedIn, Uber, Venmo (R/w)

    1 project | news.ycombinator.com | 12 May 2026
  • Securing Your React Native App with FreeRasp: A Practical Implementation Guide

    1 project | dev.to | 4 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?