Skip to content

Commit 736fa84

Browse files
author
rmiestierov
committed
chore: release 0.1.8
1 parent 3e4b87e commit 736fa84

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

example/src/App.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ const ConfigurationScreen = () => {
3434
Alert.alert('Missing Fields', 'Please fill Beacon Key');
3535
return;
3636
}
37-
SiftReactNative.setSiftConfig(
38-
accountId,
39-
beaconKey,
40-
true,
41-
serverUrlFormat
42-
);
37+
SiftReactNative.setSiftConfig(accountId, beaconKey, true, serverUrlFormat);
4338
SiftReactNative.setUserId(userId);
4439
};
4540

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sift-react-native",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A React Native wrapper for Sift iOS and Android SDKs",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)