# cross-platform desktop application framework

> Search results for `react native tauri` on awesome-repositories.com. 102 total matches; showing the first 50.

Explore on the web: https://awesome-repositories.com/q/react-native-tauri

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/react-native-tauri).**

## Results

- [geekyants/vue-native-core](https://awesome-repositories.com/repository/geekyants-vue-native-core.md) (8,281 ⭐) — Vue Native is a framework that compiles Vue.js single-file components into React Native primitives, enabling developers to build native iOS and Android applications using Vue syntax. At its core, it provides a build-time compiler that transforms Vue components into React components, while hooking Vue's dependency-tracking reactivity system into React's component lifecycle to trigger re-renders when observed data changes.

The framework wraps React Native's native module bridge so Vue components can access device APIs through Vue's reactivity system, and maps Vue's component syntax to React Nat
- [react/react-native](https://awesome-repositories.com/repository/react-react-native.md) (126,092 ⭐) — React Native is a cross-platform mobile framework used to build native iOS and Android applications from a single codebase. It provides a native UI component library of declarative components that map directly to native platform interface controls.

The environment enables a mobile app iteration workflow that supports immediate interface updates after changing source files, bypassing full native build cycles.

The framework covers cross-platform app development and native mobile UI development, allowing for the creation of applications that render native components rather than web views.
- [software-mansion/react-native-reanimated](https://awesome-repositories.com/repository/software-mansion-react-native-reanimated.md) (10,674 ⭐) — This project is a cross-platform animation library for React Native that provides a declarative engine for building high-performance user interfaces. It functions by offloading animation logic and interaction processing to the native UI thread, ensuring that visual transitions remain smooth and responsive even when the main application thread is under heavy load.

The library distinguishes itself through a specialized architecture that transforms standard functions into units capable of executing directly on the native thread. It utilizes shared-memory synchronization to maintain consistent da
- [react-native-community/react-native-elements](https://awesome-repositories.com/repository/react-native-community-react-native-elements.md) (25,851 ⭐) — React-Native-Elements is a cross-platform mobile UI toolkit and component library. It provides a collection of pre-built visual elements and a framework for building responsive, uniform layouts that render consistently across different mobile operating systems.

The library focuses on mobile interface standardization and React Native frontend design. It enables rapid mobile prototyping by offering a shared set of common UI patterns, allowing developers to assemble functional interfaces without coding every component from scratch.

The toolkit supports cross-platform UI development by ensuring
- [tauri-apps/tauri](https://awesome-repositories.com/repository/tauri-apps-tauri.md) (107,946 ⭐) — Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables.

The project distinguishes itself through a capability-based security model
- [react-native-modal/react-native-modal](https://awesome-repositories.com/repository/react-native-modal-react-native-modal.md) (5,657 ⭐) — This is a mobile UI overlay library for React Native that provides an animated modal component. It functions as a gesture-responsive interface element used to present supplementary content via overlay windows that support custom transitions and dynamic layout adjustments.

The library features a dynamic layout observer that automatically resizes and repositions components during screen rotations or when the on-screen keyboard appears. It implements gesture-based navigation, allowing users to dismiss overlays through configured swipe gestures and backdrop interactions.

The project covers anima
- [johanneslumpe/react-native-fs](https://awesome-repositories.com/repository/johanneslumpe-react-native-fs.md) (5,042 ⭐) — This project is a cross-platform mobile filesystem API that provides a native bridge for reading, writing, and organizing files and directories on iOS and Android devices. It serves as a native-module wrapper that maps JavaScript calls to native Java and Objective-C filesystem operations using asynchronous promises.

The library includes a dedicated toolset for remote file transfers, enabling the downloading of files from URLs and the uploading of local content to remote servers with real-time progress tracking. It also provides a native device storage interface to access bundled application a
- [react-native-community/react-native-modal](https://awesome-repositories.com/repository/react-native-community-react-native-modal.md) (5,656 ⭐) — This project is a cross-platform UI component for React Native applications that provides a customizable overlay window for presenting content on top of existing application views. It serves as a library for managing animated modal components, backdrops, and mobile transitions.

The component distinguishes itself through support for custom enter and exit animations and highly configurable backdrops, allowing for the adjustment of opacity, color, and the integration of custom elements. It also implements gesture-based dismissal, enabling users to close overlays via background taps or swipes in
- [react-native-linear-gradient/react-native-linear-gradient](https://awesome-repositories.com/repository/react-native-linear-gradient-react-native-linear-gradient.md) (4,960 ⭐) — react-native-linear-gradient is a cross-platform mobile UI component used to render linear color transitions and backgrounds. It provides a customizable view that creates smooth transitions between multiple colors along a straight line.

The project includes a text gradient mask, which allows text characters to be filled with color gradients using masking techniques rather than single solid colors. It also provides an animated gradient component capable of changing color properties over time to create moving visual effects.

The component handles linear gradient rendering via configurable star
- [dabit3/react-native-elements](https://awesome-repositories.com/repository/dabit3-react-native-elements.md) (25,848 ⭐) — React-Native-Elements is a cross-platform mobile UI toolkit and component library designed for the React Native framework. It provides a system of pre-styled visual components to build consistent user interfaces across mobile and web platforms using a single shared codebase.

The framework enables the development of applications that run across different operating systems and web browsers while maintaining a unified look and feel. It supports rapid UI prototyping and application design by providing reusable building blocks that reduce the need to create every custom component from scratch.
- [mrlightful/create-tauri-react](https://awesome-repositories.com/repository/mrlightful-create-tauri-react.md) (228 ⭐) — Well-architected Tauri app template with Vite, React, and Tailwind CSS.
- [benoitvallon/react-native-nw-react-calculator](https://awesome-repositories.com/repository/benoitvallon-react-native-nw-react-calculator.md) (5,215 ⭐) — This project is a cross-platform development framework and application boilerplate designed to build mobile, desktop, and web applications from a single shared codebase. It functions as a React Native development tool, utilizing declarative components to render platform-specific user interfaces while maintaining consistent business logic across all supported environments.

The framework distinguishes itself by centralizing core application rules and data management, ensuring identical functional results regardless of the target device. It employs a build-time file resolution system that allows
- [react-native-community/react-native-releases](https://awesome-repositories.com/repository/react-native-community-react-native-releases.md) (1,501 ⭐) — React Native releases
- [reactwindows/react-native-windows](https://awesome-repositories.com/repository/reactwindows-react-native-windows.md) (17,296 ⭐) — react-native-windows is a framework and rendering system used to build native desktop applications for Windows using React. It functions as an extension that brings a mobile-first development model to the Windows desktop environment, mapping React components directly to native Windows interface elements.

The project enables the creation of desktop software through a declarative component-based architecture. It integrates React Native projects into the Windows ecosystem by translating components into native user interface elements rather than using web views.

The framework covers cross-platfo
- [react-native-webrtc/react-native-webrtc](https://awesome-repositories.com/repository/react-native-webrtc-react-native-webrtc.md) (4,973 ⭐) — react-native-webrtc is a mobile framework wrapper and peer-to-peer communication library used to integrate real-time audio, video, and data communication into cross-platform mobile applications. It functions as a tool for capturing device screens and streaming live media content via the WebRTC protocol.

The project provides an interface for bidirectional data channels, enabling the exchange of arbitrary data packets between peers without a central relay server. It supports real-time media streaming, including peer-to-peer audio and video transmission and screen capture capabilities.

The libr
- [fangwei716/30-days-of-react-native](https://awesome-repositories.com/repository/fangwei716-30-days-of-react-native.md) (6,879 ⭐) — This project is a collection of practical implementation examples and demonstrations for building mobile applications using a JavaScript-based native framework. It serves as a cross-platform mobile framework demo, providing a gallery of interactive interface patterns and native integration suites.

The repository showcases specialized capabilities including high-performance 2D and 3D visual content through OpenGL graphics implementation. It also features a suite of native hardware integrations, covering biometric authentication via fingerprint scanning and gesture-based unlock patterns.

The p
- [react-native-training/react-native-elements](https://awesome-repositories.com/repository/react-native-training-react-native-elements.md) (72 ⭐) — Stub repo of https://github.com/react-native-elements/react-native-elements to maintain google links
- [necolas/react-native-web](https://awesome-repositories.com/repository/necolas-react-native-web.md) (22,132 ⭐) — This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic.

The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen
- [skellock/reactotron](https://awesome-repositories.com/repository/skellock-reactotron.md) (15,564 ⭐) — Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native applications. It serves as a specialized debugging interface for monitoring network requests, performance metrics, and state transitions in JavaScript and mobile application frameworks.

The tool provides a real-time interface for tracking data flow and dispatching actions to test different state transitions. It includes a network traffic monitor to intercept and display API requests and responses, as well as a performance analysis tool for capturing execution data and measuring op
- [react-native-contrib/react-native-heyzap](https://awesome-repositories.com/repository/react-native-contrib-react-native-heyzap.md) (5 ⭐) — A Heyzap plugin for React Native
- [react-native-community/react-native-localize](https://awesome-repositories.com/repository/react-native-community-react-native-localize.md) (2,441 ⭐) — 🌍 A toolbox for your React Native app localization
- [microsoft/react-native-windows](https://awesome-repositories.com/repository/microsoft-react-native-windows.md) (17,300 ⭐) — This project is a framework for Windows desktop application development that allows the creation of native user interfaces using React and JavaScript. It enables the compilation of high-level application logic into native executables by targeting the Windows software development kit.

The system leverages a C++ scene graph and visual layer for high-performance native rendering and provides mechanisms to map JavaScript calls to native C++ or C# methods. It synchronizes application styles with native operating system theme brushes to maintain visual consistency and manages desktop-specific inter
- [nextlevelbuilder/ui-ux-pro-max-skill](https://awesome-repositories.com/repository/nextlevelbuilder-ui-ux-pro-max-skill.md) (92,396 ⭐) — This project is a generative development environment designed to build reactive, modular user interfaces through natural language prompts. It functions as a declarative framework that translates descriptive requirements into functional code, structured layouts, and interactive components. By utilizing a reactive state architecture, the system ensures that application data remains synchronized across components, triggering automatic updates whenever state values are modified.

The platform distinguishes itself through its automated design system generation and cross-platform capabilities. It em
- [oblador/react-native-animatable](https://awesome-repositories.com/repository/oblador-react-native-animatable.md) (9,955 ⭐) — This project is a cross-platform mobile animation library and component wrapper that enables movement and style transitions for mobile UI elements. It functions as a keyframe animation engine and a preset motion library, allowing developers to apply visual effects to components through a declarative API.

The library provides a set of built-in entrance, exit, and alert effects for rapid implementation. It also supports the definition of custom motion sequences and unique keyframes to create repeatable, branded visual experiences.

The system covers a range of motion capabilities, including the
- [react-native-elements/react-native-elements](https://awesome-repositories.com/repository/react-native-elements-react-native-elements.md) (25,848 ⭐) — This project is a cross-platform UI toolkit and universal UI framework providing a collection of pre-styled interface components for building mobile and web applications. It functions as a mobile design system and themed component library, allowing developers to maintain a cohesive visual language across different screens and devices using a shared codebase.

The toolkit centers on a themed component architecture that supports global and component-level style configurations. This enables the definition of colors and property defaults in a central location to ensure consistent branding and a un
- [react-native-sensors/react-native-sensors](https://awesome-repositories.com/repository/react-native-sensors-react-native-sensors.md) (934 ⭐) — A developer friendly approach for sensors in React Native
- [react-native-async-storage/async-storage](https://awesome-repositories.com/repository/react-native-async-storage-async-storage.md) (5,067 ⭐) — React Native AsyncStorage is a persistent key-value storage library designed for React Native applications. It provides a unified local storage interface that works identically on both iOS and Android, ensuring saved data remains available across app restarts and when the device has no network connectivity.

The library uses an asynchronous background I/O queue to handle all storage operations without blocking the JavaScript thread, communicating with native storage engines through React Native's bridge protocol. It includes a serialization layer that converts JavaScript values to strings for
- [kamranahmedse/developer-roadmap](https://awesome-repositories.com/repository/kamranahmedse-developer-roadmap.md) (357,434 ⭐) — Developer Roadmap is a community-driven platform that provides structured, graph-based learning paths for software engineering. It serves as a comprehensive knowledge repository where technical domains are organized into visual sequences to guide professional skill acquisition and career growth.

The project distinguishes itself through a collaborative ecosystem that enables users to contribute roadmaps, curate industry best practices, and maintain professional profiles. It integrates diagnostic assessment frameworks to evaluate technical proficiency, helping developers identify knowledge gaps
- [react-native-community/react-native-hooks](https://awesome-repositories.com/repository/react-native-community-react-native-hooks.md) (0 ⭐) — React Native APIs turned into React Hooks allowing you to access asynchronous APIs directly in your functional components.
- [react-native-camera/react-native-camera](https://awesome-repositories.com/repository/react-native-camera-react-native-camera.md) (9,638 ⭐) — This project provides cross-platform programmatic interfaces and UI components for integrating camera hardware into mobile applications. It serves as a tool for implementing image and video capture, as well as specialized scanning and recognition tasks.

The library includes specialized capabilities for computer vision, including a barcode scanner for decoding various barcode types, a face detection tool to identify human faces in a live feed, and an optical character recognition engine for extracting written text from the camera stream.

The system covers hardware configuration and control, i
- [dicebear/dicebear](https://awesome-repositories.com/repository/dicebear-dicebear.md) (8,907 ⭐) — DiceBear is an SVG avatar generation library and image API that creates deterministic profile pictures from seed strings. It provides a system for generating consistent visual outputs across different environments and programming languages using JSON style definitions.

The project distinguishes itself with a comprehensive design toolkit, including a visual style designer and a Figma integration plugin that converts design frames into JSON schemas. It supports sophisticated visual control through weighted probability distributions for components, contrast-aware color management for accessibili
- [inokawa/react-native-react-bridge](https://awesome-repositories.com/repository/inokawa-react-native-react-bridge.md) (297 ⭐) — An easy way to integrate your React (or Preact/React Native Web) app into React Native app with WebView.
- [react-native-community/react-native-audio-toolkit](https://awesome-repositories.com/repository/react-native-community-react-native-audio-toolkit.md) (1,083 ⭐) — Cross-platform audio library for React Native
- [react-native-share/react-native-share](https://awesome-repositories.com/repository/react-native-share-react-native-share.md) (3,890 ⭐) — This is a cross-platform mobile sharing library that provides a native system interface for sending text, links, and media files to other applications on a mobile device. It functions as a distribution bridge for sharing local files, remote URLs, and base64 encoded data via the device's default share dialog.

The library includes tools for direct social media integration, allowing preformatted messages and media to be sent to specific platforms using native sharing intents. It also features an application installation checker to verify if specific social or communication apps are present on th
- [bluebill1049/react-hook-form](https://awesome-repositories.com/repository/bluebill1049-react-hook-form.md) (44,777 ⭐) — react-hook-form is a React form state management library and cross-platform UI hook used to manage form inputs, validation, and submission state. It functions as an uncontrolled form controller, leveraging uncontrolled components to minimize unnecessary re-renders in web and mobile environments.

The library provides schema-based form validation, allowing user input to be verified against predefined rules or external schema libraries to ensure data integrity. It is designed to connect form logic to components across both React and React Native applications.

The project covers the integration
- [canonicalltd/react-native](https://awesome-repositories.com/repository/canonicalltd-react-native.md) (944 ⭐) — A framework for building native apps with React.
- [zoontek/react-native-bootsplash](https://awesome-repositories.com/repository/zoontek-react-native-bootsplash.md) (4,278 ⭐) — react-native-bootsplash is a cross-platform mobile splash screen library and startup orchestrator. It provides a system for managing native launch screens and controlling the timing and visibility of the boot screen during application initialization.

The project includes a native asset generation tool that uses a command line interface to create and configure launch image assets for different mobile platforms. It enables the creation of animation-integrated launch screens, allowing for custom exit animations and transitions through integration with external animation libraries.

The library c
- [kvnxiao/tauri-tanstack-start-react-template](https://awesome-repositories.com/repository/kvnxiao-tauri-tanstack-start-react-template.md) (45 ⭐) — A Tauri 2.0 + TanStack Start React template, with TailwindCSS, opinionated linting, and GitHub Actions preconfigured
- [fingerprintjs/fingerprintjs](https://awesome-repositories.com/repository/fingerprintjs-fingerprintjs.md) (27,334 ⭐) — Fingerprint is a visitor identification and fraud detection platform that generates persistent, unique identifiers by analyzing browser and device attributes. By extracting technical signals from the client environment, it enables reliable user tracking across sessions without relying on traditional cookies.

The platform distinguishes itself through its focus on high-accuracy identification and security-first architecture. It employs edge-side proxying to bypass ad-blockers and privacy restrictions, ensuring consistent data collection. To maintain data integrity, it uses cryptographic payload
- [enaqx/awesome-react](https://awesome-repositories.com/repository/enaqx-awesome-react.md) (73,650 ⭐) — This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mobile application development.

The repository distinguishes itself through a hierarchical taxonomy that organizes a fragmented landscape of third-party software into functional domains. By utilizing markdown-based content curation, it provides a structured index that allows develo
- [henrhie/tauri-react-parcel-template](https://awesome-repositories.com/repository/henrhie-tauri-react-parcel-template.md) (88 ⭐) — Tauri starter pack using parcel as bundler
- [react-native-image-picker/react-native-image-picker](https://awesome-repositories.com/repository/react-native-image-picker-react-native-image-picker.md) (8,637 ⭐) — react-native-image-picker is a cross-platform mobile media picker used to select images and videos from a system gallery or capture new media via the device camera. It serves as a native device camera interface and a mobile gallery file picker for accessing local storage.

The library includes a media metadata extractor to retrieve technical details from selected files, such as image dimensions, file size, video duration, and EXIF data.

The project provides a bridge between JavaScript and native mobile operating systems to trigger system-provided gallery and camera interfaces. It handles the
- [react-community/react-native-languages](https://awesome-repositories.com/repository/react-community-react-native-languages.md) (2,441 ⭐) — 🌍 A toolbox for your React Native app localization
- [fuyaode/react-native-egg](https://awesome-repositories.com/repository/fuyaode-react-native-egg.md) (268 ⭐) — react-native-egg make your react native app infinitely more fun !!
- [lottie-react-native/lottie-react-native](https://awesome-repositories.com/repository/lottie-react-native-lottie-react-native.md) (17,167 ⭐) — lottie-react-native is a library for rendering Lottie JSON animations as native graphics within a cross-platform mobile framework. It serves as a JSON-based animation renderer that parses design-exported files into high-performance vector animations on mobile devices.

The framework uses a GPU-accelerated vector animation implementation to offload rendering to the device processor, reducing CPU load to maintain smooth motion. It provides a cross-platform motion framework for controlling animation playback, layout scaling, and dynamic color modifications across different mobile screens.

The li
- [jitsucom/jitsu](https://awesome-repositories.com/repository/jitsucom-jitsu.md) (4,782 ⭐) — Jitsu is a customer data platform designed for collecting, transforming, and routing application events to data warehouses and marketing tools. It functions as an event ingestion engine and data warehouse router, capturing behavioral data via APIs and SDKs for real-time processing and storage.

The platform features a programmable JavaScript data pipeline that allows for the filtering, enrichment, and reshaping of event data during transit. It includes a customer identity stitcher that merges anonymous and known user identifiers to maintain persistent customer profiles within a warehouse.

The
- [proxymanapp/proxyman](https://awesome-repositories.com/repository/proxymanapp-proxyman.md) (6,858 ⭐) — Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs.

What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif
- [invertase/react-native-firebase](https://awesome-repositories.com/repository/invertase-react-native-firebase.md) (12,291 ⭐) — react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile applications. It serves as a native-SDK wrapper, mapping JavaScript method calls to native iOS and Android Firebase SDKs via the React Native bridge to provide a type-safe interface for mobile backend integration.

The project enables connectivity to a wide array of cloud services, including user authentication and identity management, NoSQL cloud databases with real-time synchronization, and scalable cloud storage for media files. It also provides tools for sending push notif
- [royrao2333/template-tauri-vite-react-ts-tailwind](https://awesome-repositories.com/repository/royrao2333-template-tauri-vite-react-ts-tailwind.md) (18 ⭐) — Starter Tauri pnpm monorepo template for Vite + React + TypeScript + TailwindCSS + oxc build-in.
- [dbasedow/react-native-webp](https://awesome-repositories.com/repository/dbasedow-react-native-webp.md) (68 ⭐) — react-native-webp adds support for WebP images for react-native components.
