feat: You can now share files & text from other apps into SN on iOS (#2358)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#import <Photos/Photos.h>
|
||||
|
||||
|
||||
@interface RCT_EXTERN_MODULE(ReceiveSharingIntent, NSObject)
|
||||
|
||||
RCT_EXTERN_METHOD(getFileNames:(NSString)url
|
||||
resolver:(RCTPromiseResolveBlock)resolve
|
||||
rejecter: (RCTPromiseRejectBlock)reject);
|
||||
|
||||
RCT_EXTERN_METHOD(clearFileNames)
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user