MK
https://docs.nativebase.io/Components.html#actionsheet-def-headref
Size: a a a
MK
GB
RCT_EXPORT_METHOD(show :(RCTPromiseResolveBlock)resolve :(RCTPromiseRejectBlock)reject) {
NSLog(@"show");
dispatch_async(dispatch_get_main_queue(), ^{
UIViewController *rootViewController = [UIApplication sharedApplication].delegate.window.rootViewController;
[HelpCrunch showFromController:rootViewController completion:^(NSError * _Nullable error) {
// If you need to do something on completion of SDK view controller presenting
resolve([NSNull null]);
}];
});
};
AК
EZ
EZ
EZ
EZ
AV
GB
DB
VD
DB
VD
DB
AК
AК
GW
DB
E
DD