Skip to content

Instantly share code, notes, and snippets.

@eduardomoroni
Created May 29, 2018 12:16
Show Gist options
  • Save eduardomoroni/8fd38be0f40bd7ac60dcc0e0e98e10d7 to your computer and use it in GitHub Desktop.
Save eduardomoroni/8fd38be0f40bd7ac60dcc0e0e98e10d7 to your computer and use it in GitHub Desktop.
Como configurar TravisCI para um projeto React Native
#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