Created
February 9, 2016 01:12
-
-
Save tgoldenberg/1659756c3018d4f17066 to your computer and use it in GitHub Desktop.
Main RN file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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