Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit 55f6efe

Browse files
author
Elad Gil
committed
updated lib to require RN 0.57 minimum
updated testApp to latest RN updated Fetch to version 3.0.3
1 parent 10aa10e commit 55f6efe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testApp/ios/testAppTests/testAppTests.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2015-present, Facebook, Inc.
2+
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
@@ -14,11 +14,11 @@
1414
#define TIMEOUT_SECONDS 600
1515
#define TEXT_TO_LOOK_FOR @"Welcome to React Native!"
1616

17-
@interface testAppTests : XCTestCase
17+
@interface testApp2Tests : XCTestCase
1818

1919
@end
2020

21-
@implementation testAppTests
21+
@implementation testApp2Tests
2222

2323
- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test
2424
{

0 commit comments

Comments
 (0)