mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
* 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
6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
import { AppRegistry } from "react-native";
|
|
|
|
import ShareSheet from "./src/components/ShareSheet/ShareSheet";
|
|
|
|
AppRegistry.registerComponent( "ShareMenuModuleComponent", () => ShareSheet );
|