Skip to content

Commit

Permalink
Updated 2.1.2 to iOS SDK 1.9.0 and Android SDK 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Apr 4, 2017
1 parent 36f2fec commit 9081490
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android {

dependencies {
compile 'com.facebook.react:react-native:0.20.1'
compile 'testfairy:testfairy-android-sdk:1.4.5'
compile 'testfairy:testfairy-android-sdk:1.4.13'
}
10 changes: 10 additions & 0 deletions ios/TestFairy.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@
* @param name logic name of current screen
*/
+ (void)setScreenName:(NSString *)name;

/**
* Stops the current session recording. Unlike 'pause', when
* calling 'resume', a new session will be created and will be
* linked to the previous recording. Useful if you want short
* session recordings of specific use-cases of the app. Hidden
* views and user identity will be applied to the new session
* as well, if started.
*/
+ (void)stop;
@end

#if __cplusplus
Expand Down
Binary file modified ios/libTestFairy.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-testfairy",
"version": "2.1.1",
"version": "2.1.2",
"description": "TestFairy for React Native",
"author": "Gil Megidish",
"main": "./index.js",
Expand Down

0 comments on commit 9081490

Please sign in to comment.