Upgraded to 1.6.0

This commit is contained in:
gmegidish 2016-01-27 14:04:31 +02:00
parent 122581914a
commit 92e696e39e
3 changed files with 16 additions and 1 deletions

View File

@ -18,6 +18,14 @@
*/
+ (void)begin:(NSString *)appToken withOptions:(NSDictionary *)options;
/**
* Change the server endpoint for use with on-premise hosting. Please
* contact support or sales for more information. Must be called before begin
*
* @param serverOverride
*/
+ (void)setServerEndpoint:(NSString *)serverOverride;
/**
* Returns SDK version (x.x.x) string
*
@ -33,6 +41,13 @@
*/
+ (void)hideView:(UIView *)view;
/**
* Hides a specific html element from appearing in your UIWebView
*
* @param selector The specific selector you wish to hide from screenshots. Multiple selectors can be comma separated
*/
+ (void)hideWebViewElements:(NSString *)selector;
/**
* Pushes the feedback view controller. Hook a button
* to this method to allow users to provide feedback about the current

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "react-native-testfairy",
"version": "1.5.7",
"version": "1.6.0",
"description": "TestFairy for React Native",
"author": "Gil Megidish",
"main": "./index.js",