Skip to content

Instantly share code, notes, and snippets.

@MacKentoch
Last active August 17, 2017 19:06
Show Gist options
  • Select an option

  • Save MacKentoch/f6ac14778ebd4081e1ace680e6c7fc5b to your computer and use it in GitHub Desktop.

Select an option

Save MacKentoch/f6ac14778ebd4081e1ace680e6c7fc5b to your computer and use it in GitHub Desktop.
#ifndef AppRate_h
#define AppRate_h
#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif
#import <StoreKit/StoreKit.h>
@interface RNAppStoreReview: NSObject <RCTBridgeModule, SKStoreProductViewControllerDelegate>
@end
#endif /* AppRate_h */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment