Skip to content

Instantly share code, notes, and snippets.

@skiph
Created May 9, 2018 22:25
Show Gist options
  • Save skiph/d262ac2e235bc81698859c116c924c84 to your computer and use it in GitHub Desktop.
Save skiph/d262ac2e235bc81698859c116c924c84 to your computer and use it in GitHub Desktop.
rndemo - native bridge implementation
#import <React/RCTBridgeModule.h>
@interface RCT_EXTERN_MODULE(Approov, NSObject)
RCT_EXTERN_METHOD(fetchApproovToken:(NSString *)url
resolver:(RCTPromiseResolveBlock)resolve
rejecter:(RCTPromiseRejectBlock)reject
)
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment