Skip to content

Releases: leantechnologies/link-sdk-react-native

v3.0.3

28 Feb 07:08
5018522
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

21 Nov 12:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.13-beta.0...v3.0.2

v0.1.13-beta.0

21 Nov 12:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13-beta.0

v0.1.12

21 Nov 12:28
Compare
Choose a tag to compare

What's Changed

  • Fixes analytics passed to the flow script #55

Full Changelog: v0.1.10...v0.1.12

v0.1.11

21 Nov 12:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

21 Nov 12:25
cfae982
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...v0.1.10

v0.1.9

01 Aug 13:33
Compare
Choose a tag to compare

Fixed SDK crash on Android (#52)

0.1.8

13 Jun 07:40
Compare
Choose a tag to compare

This release supports inline videos in the SDK (#49)

0.1.7

06 Apr 14:06
Compare
Choose a tag to compare

This release fixes an issue where the SDK fire the SUCCESS event after opening an external link

0.1.6

11 Aug 11:08
Compare
Choose a tag to compare

Release to fix redirect URLs in .connect

Fix: removed url redirect options from .connect as they overwrite the…

Problem: success_redirect_url and fail_redirect_url don't get passed to the .connect method

Solution: Remove options from .connect initialisation as they are already being passed through in opts and therefore being overwritten.