Bump RN version in KeychainExample

This commit is contained in:
Joel Arvidsson
2018-01-08 20:15:36 +01:00
parent 0c9d6d6ab8
commit c84f9517ca
26 changed files with 5028 additions and 131 deletions
@@ -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;