* feat: rn 70 ios builds with new arch * feat: android migration wip * fix: update test-app, react-native and react version, fix codegen config * fix: change spec for backward compat * fix: simplify android code and make it work * fix: ios code * fix: remove unnecessary folly version * fix: srcDirs on paper * refactor: review * refactor: review * refactor: node 18 * docs: new arch in readme * docs: new arch in readme * refactor: use Spec --------- Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
10 lines
239 B
Objective-C
10 lines
239 B
Objective-C
#import <React/RCTConvert.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface RCTConvert(RNDocumentPicker)
|
|
|
|
+ (UIModalPresentationStyle)UIModalPresentationStyle:(NSString*)value;
|
|
+ (UIModalTransitionStyle)UIModalTransitionStyle:(NSString*)value;
|
|
|
|
@end
|