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
5 lines
133 B
Objective-C
5 lines
133 B
Objective-C
#import <React/RCTBridge.h>
|
|
#import <React/RCTBundleURLProvider.h>
|
|
#import <React/RCTBridgeDelegate.h>
|
|
#import <React/RCTRootView.h>
|