Skip to content

Commit

Permalink
Fix anonymize user, Sample App package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Sokolov committed Sep 3, 2020
1 parent 45cf2a9 commit 0b5e7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"dependencies": {
"react": "16.13.1",
"react-native": "^0.63.2",
"react-native-appsflyer": "github:AppsFlyerSDK/appsflyer-react-native-plugin#dev/sdk-v6-beta"
"react-native-appsflyer": "AppsFlyerSDK/appsflyer-react-native-plugin.git#dev/sdk-v6-beta"
}
}
2 changes: 1 addition & 1 deletion ios/RNAppsFlyer.m
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ -(void) reportOnSuccess:(NSString *)data type:(NSString*) type {
}

RCT_EXPORT_METHOD(anonymizeUser: (BOOL *)b callback:(RCTResponseSenderBlock)callback) {
[AppsFlyerLib shared] anonymizeUser = b;
[AppsFlyerLib shared].anonymizeUser = b;
callback(@[SUCCESS]);
}

Expand Down

0 comments on commit 0b5e7d8

Please sign in to comment.