Skip to content

Instantly share code, notes, and snippets.

@tgoldenberg
Created February 9, 2016 01:12
Show Gist options
  • Select an option

  • Save tgoldenberg/1659756c3018d4f17066 to your computer and use it in GitHub Desktop.

Select an option

Save tgoldenberg/1659756c3018d4f17066 to your computer and use it in GitHub Desktop.
Main RN file
#import "AppDelegate.h"
#import <Analytics/SEGAnalytics.h>
#import "RCTRootView.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[SEGAnalytics setupWithConfiguration:[SEGAnalyticsConfiguration configurationWithWriteKey:@"YOUR_WRITE_KEY"]];
NSURL *jsCodeLocation;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment