mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
9db49b8ca0
In this commit we nuke the unmaintained library `react-native-mail` and move over the logic to our native modules. This also helps to fix `make nix-update-gradle` which would fail because of that library. - Android - iOS status: ready
10 lines
231 B
Objective-C
10 lines
231 B
Objective-C
#import <sys/utsname.h>
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
#import "RCTLog.h"
|
|
|
|
@interface MailManager : NSObject <RCTBridgeModule, MFMailComposeViewControllerDelegate>
|
|
|
|
@end
|