Skip to content

Releases: Driversnote-Dev/react-native-kontaktio

v4.1.0

Choose a tag to compare

@andrekovac andrekovac released this 21 Oct 14:20

What's Changed

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

v4.0.0

Choose a tag to compare

@JonasWho JonasWho released this 27 Sep 07:15

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

Choose a tag to compare

@martinpoulsen martinpoulsen released this 17 Feb 10:23

What's Changed

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

v3.0.1

Choose a tag to compare

@martinpoulsen martinpoulsen released this 16 Feb 08:34

What's Changed

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

v2.10.0

Choose a tag to compare

@martinpoulsen martinpoulsen released this 26 Nov 09:46

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

Choose a tag to compare

@andrekovac andrekovac released this 13 Nov 14:22

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)

Choose a tag to compare

@martinpoulsen martinpoulsen released this 10 Jan 20:10
  • 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

Choose a tag to compare

@martinpoulsen martinpoulsen released this 10 Jan 20:08
  • 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

Choose a tag to compare

@andrekovac andrekovac released this 22 Feb 07:33
  • 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

Choose a tag to compare

@andrekovac andrekovac released this 17 Sep 16:28

Added

  • iOS: Update Kontakt.io SDK to version 1.5.1

Changed

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