Files
iNaturalistReactNative/index.share.js
Johannes Klein 316caf6687 922 share sheet changes (#3129)
* Allow 500 photos in image picker

* Allow 500 photos from share extension

* Basic React share sheet setup

Following the setup here: f5805e9208/SHARE_EXTENSION_VIEW.md

* Basic ShareSheet React component

* Update ShareSheet.tsx

* Update ShareSheet.tsx
2025-10-14 01:16:29 +02:00

6 lines
190 B
JavaScript

import { AppRegistry } from "react-native";
import ShareSheet from "./src/components/ShareSheet/ShareSheet";
AppRegistry.registerComponent( "ShareMenuModuleComponent", () => ShareSheet );