Skip to content

Releases: wingify/vwo-react-native

Version 2.8.0

19 Feb 08:04
Compare
Choose a tag to compare
v2.8.0

2.8.0

Version 2.7.0

06 Dec 19:52
Compare
Choose a tag to compare
v2.7.0

bumped version to v2.7.0 :exclamation

Version 2.6.0

26 May 08:47
Compare
Choose a tag to compare
v2.6.0

2.6.0

Version 2.5.0

26 May 08:02
Compare
Choose a tag to compare
v2.5.0

2.5.0

Version 2.4.0

31 Aug 13:00
Compare
Choose a tag to compare
v2.4.0

2.4.0

Version 2.2.1

01 Aug 18:02
Compare
Choose a tag to compare
v2.2.1

Updated plugin version

Version 2.1.0

07 Jun 08:18
Compare
Choose a tag to compare
- VWO.variationForKey("key", "default_value").then((result) => {});

+ VWO.objectForKey("key", "defaultValue").then((result) => {});
+ VWO.intForKey("key", 1).then((result) => {});
+ VWO.stringForKey("key", "default_value").then((result) => {});
+ VWO.floatForKey("key", 0.0).then((result) => {});
+ VWO.boolForKey("key", false).then((result) => {});

+ VWO.variationNameForTestKey("test_key").then((result) => {});

Version 2.0.2

30 Apr 07:45
Compare
Choose a tag to compare
v2.0.2

Updated plugin version