Created
May 29, 2018 12:16
-
-
Save eduardomoroni/8fd38be0f40bd7ac60dcc0e0e98e10d7 to your computer and use it in GitHub Desktop.
Como configurar TravisCI para um projeto React Native
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 <UIKit/UIKit.h> | |
#import <XCTest/XCTest.h> | |
#import <React/RCTLog.h> | |
#import <React/RCTRootView.h> | |
@interface ReactNativeTravisCITests : XCTestCase | |
@end | |
@implementation ReactNativeTravisCITests | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment