Skip to content

Releases: Driversnote-Dev/react-native-kontaktio

v4.1.0

21 Oct 14:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

27 Sep 07:15
Compare
Choose a tag to compare

What's Changed

  • Changed Android target SDK to 31.
  • Added new BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions introduced in SDK 31

Full Changelog: v3.1.0...v4.0.0

v3.1.0

17 Feb 10:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

16 Feb 08:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v3.0.1

v2.10.0

26 Nov 09:46
Compare
Choose a tag to compare

What's Changed

  • Migrate support libraries to androidx dependencies.
  • Downgrade Android Kontakt SDK to v. 5.0.14 which is the last version to target Android SDK 30 (Android 11) - from 5.0.15 the Android Kontakt SDK targets Android SDK 31 (Android 12) which triggers a new bluetooth security model even if the host app targets, for example, Android SDK 30.

Full Changelog: v2.9.0...v2.10.0

v2.9.0

13 Nov 14:22
Compare
Choose a tag to compare

What's Changed

  • Add requiresMainQueueSetup with NO value to remove warning - solves #33 by @andrekovac in #57
  • Changing kontakt package source, updating version by @nathander in #84

New Contributors

Full Changelog: v2.8.0...v2.9.0

Updated Kontakt.io SDKs to v. 5.0.0 (Android) and 3.0.4 (iOS)

10 Jan 20:10
Compare
Choose a tag to compare
  • Android: Update Kontakt.io SDK to version 5.0.0
  • iOS: Update Kontakt.io SDK to version 3.0.4

Updated docs to cover auto-linking and RN 0.61

10 Jan 20:08
Compare
Choose a tag to compare
  • Updated setup docs to include instructions on auto-linking
  • Added new minimal example to README which works with RN 0.61

Support for RN >= 0.60 and autolinking

22 Feb 07:33
Compare
Choose a tag to compare
  • Support for RN >= 0.60 and autolinking (incl. pod install section), by @pkondrashkov (see #67)

Changed

  • Update of permission information, by @Nylsoo (see #63)

iOS SDK update and eddystone support

17 Sep 16:28
Compare
Choose a tag to compare

Added

  • iOS: Update Kontakt.io SDK to version 1.5.1

Changed

  • iOS: Eddystone support
  • iOS: Other minor code fixes