awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react-native-share avatar

react-native-share/react-native-share

0
View on GitHub↗
3,890 Stars·973 Forks·Java·MIT·4 Aufrufereact-native-share.github.io/react-native-share↗

React Native Share

Dies ist eine plattformübergreifende mobile Sharing-Bibliothek, die eine native Systemschnittstelle zum Senden von Text, Links und Mediendateien an andere Anwendungen auf einem Mobilgerät bereitstellt. Sie fungiert als Distributionsbrücke für das Teilen lokaler Dateien, Remote-URLs und Base64-kodierter Daten über den Standard-Share-Dialog des Geräts.

Die Bibliothek enthält Tools für die direkte Social-Media-Integration, die es ermöglichen, vorformatierte Nachrichten und Medien über native Sharing-Intents an spezifische Plattformen zu senden. Sie verfügt zudem über einen App-Installations-Checker, um zu verifizieren, ob spezifische Social- oder Kommunikations-Apps auf dem Gerät vorhanden sind, bevor eine Share-Aktion initiiert wird.

Das Projekt deckt die allgemeine mobile Inhaltsverteilung und den App-übergreifenden Datentransfer ab, einschließlich der Fähigkeit, gemischte Inhalte und Remote-Dateifreigaben durch temporäres lokales Caching zu handhaben. Zudem bietet sie Konfigurations-Utilities zur Verwaltung der Spracheinstellungen des Share-Interfaces.

Features

  • Native Share Sheets - Invokes the native operating system share sheets to let users select a destination application for content.
  • Native API Bridges - Provides a native API bridge to map JavaScript calls to Android and iOS sharing intents.
  • App-to-App Data Export - Enables moving documents and media to external apps via base64 strings or local file URLs.
  • Cross-App Content Distribution - Provides a bridge to send text, links, and media from a React Native app to other installed applications.
  • Mobile Data Distribution Bridges - Acts as a bridge for sharing local files, remote URLs, and base64 encoded data with other mobile apps.
  • Mobile Media Distribution - Allows sending documents or media to other applications using base64 encoded strings or local file URLs.
  • Mobile Sharing Libraries - A cross-platform library for sending text, links, and media files to native share sheets and social applications.
  • System Content Sharing - Opens the native system dialog to send text, links, or files to any installed application.
  • Native Sharing Intents - Provides a way to send preformatted messages and media directly to social platforms using native sharing intents.
  • App-to-App Intent Routing - Implements native intent-based routing to send text, URLs, and files to external mobile applications.
  • Remote Asset Sharing - Downloads remote files to temporary storage and shares the local path for external application compatibility.
  • Presence Verification - Includes a utility to verify if specific third-party applications are installed on the device.
  • Application Presence Verifications - Includes a utility to verify if specific social or communication apps are installed on the device before initiating a share.
  • Social Media Integrations - Integrates with specific social platforms to share premade messages and media via native intents.
  • Sharing Asset Caches - Downloads remote files to a temporary local cache to provide the file paths required by native sharing APIs.
  • Direct Share Targets - Allows sending premade messages and media directly to preselected social media or communication applications.
  • Installation Version Checkers - Verifies if specific social or communication apps are installed before initiating a share action.

Star-Verlauf

Star-Verlauf für react-native-share/react-native-shareStar-Verlauf für react-native-share/react-native-share

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu React Native Share

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit React Native Share.
  • notsfsssf/pixez-flutterAvatar von Notsfsssf

    Notsfsssf/pixez-flutter

    11,894Auf GitHub ansehen↗

    Pixez-flutter is a cross-platform mobile application designed for browsing, searching, and downloading digital artwork from external platforms. It provides a comprehensive interface for managing remote media collections, including support for viewing illustrations, manga, and animated content. The application handles user authentication and session persistence to ensure a consistent experience across different devices. The project distinguishes itself through a sophisticated network management layer that enables users to bypass regional restrictions and network limitations. By utilizing custo

    Dartandroidflutterios
    Auf GitHub ansehen↗11,894
  • luruke/browser-2020Avatar von luruke

    luruke/browser-2020

    7,979Auf GitHub ansehen↗

    This project is a comprehensive reference guide and directory of web browser capabilities. It serves as a technical map for accessing native operating system functions, hardware interfaces, and standard web APIs to bridge the gap between web applications and desktop or mobile environments. The resource provides detailed guidance on implementing Progressive Web App features, including offline caching, push notifications, and native installation prompts. It also catalogs methods for interacting with hardware peripherals via USB, Bluetooth, and NFC, as well as reading raw data from device sensor

    Auf GitHub ansehen↗7,979
  • flutter-team-archive/pluginsAvatar von flutter-team-archive

    flutter-team-archive/plugins

    17,710Auf GitHub ansehen↗

    This project is a collection of official plugin packages and a native integration library designed to provide a consistent interface for accessing hardware and software functionality across different mobile and desktop platforms. It serves as a native platform bridge, enabling cross-platform applications to invoke native code and manage operating system dependencies. The project utilizes a federated plugin architecture, splitting plugins into common interfaces and separate platform implementations to allow for independent development and extension. It further supports native integration throu

    Dartandroiddartflutter
    Auf GitHub ansehen↗17,710
  • zoontek/react-native-permissionsAvatar von zoontek

    zoontek/react-native-permissions

    4,370Auf GitHub ansehen↗

    react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and checking system permissions across iOS, Android, and Windows. It functions as a permission status manager and device capability auditor to determine if access to sensitive data or hardware is granted, denied, or blocked. The project includes a media access controller to handle limited access to photos and contacts through system-native pickers. It also features a system settings integrator that directs users to device settings pages to manually toggle application and notificat

    Objective-C++authorizationpermissionsreact
    Auf GitHub ansehen↗4,370
Alle 30 Alternativen zu React Native Share anzeigen→

Häufig gestellte Fragen

Was macht react-native-share/react-native-share?

Dies ist eine plattformübergreifende mobile Sharing-Bibliothek, die eine native Systemschnittstelle zum Senden von Text, Links und Mediendateien an andere Anwendungen auf einem Mobilgerät bereitstellt. Sie fungiert als Distributionsbrücke für das Teilen lokaler Dateien, Remote-URLs und Base64-kodierter Daten über den Standard-Share-Dialog des Geräts.

Was sind die Hauptfunktionen von react-native-share/react-native-share?

Die Hauptfunktionen von react-native-share/react-native-share sind: Native Share Sheets, Native API Bridges, App-to-App Data Export, Cross-App Content Distribution, Mobile Data Distribution Bridges, Mobile Media Distribution, Mobile Sharing Libraries, System Content Sharing.

Welche Open-Source-Alternativen gibt es zu react-native-share/react-native-share?

Open-Source-Alternativen zu react-native-share/react-native-share sind unter anderem: notsfsssf/pixez-flutter — Pixez-flutter is a cross-platform mobile application designed for browsing, searching, and downloading digital artwork… zoontek/react-native-permissions — react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and… luruke/browser-2020 — This project is a comprehensive reference guide and directory of web browser capabilities. It serves as a technical… flutter-team-archive/plugins — This project is a collection of official plugin packages and a native integration library designed to provide a… rikkaapps/shizuku — Shizuku is a framework that enables standard mobile applications to interact with restricted system-level interfaces… apache/cordova-android — This project is an Android hybrid mobile framework that enables the development of applications running web content…