feat(example): upgrade example to latest rn version 51

This commit is contained in:
Sibelius Seraphini
2017-12-31 13:13:29 -02:00
parent 72e9f3704d
commit ab357b2f57
30 changed files with 5467 additions and 163 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
- (void)testRendersWelcomeScreen
{
UIViewController *vc = [[[[UIApplication sharedApplication] delegate] window] rootViewController];
UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController];
NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS];
BOOL foundElement = NO;