Skip to content

Releases: cjsmith/react-native-connect-iq-mobile-sdk

Release 0.3.0

13 May 17:49

Choose a tag to compare

0.3.0 (2025-05-13)

Bug Fixes

  • android app crash on ConnectIQ.initialize(..) method (d052f82)
  • fix uncaught exceptions (5828f26)
  • immediately notify status listeners of current device status when setting device (96e5a29)
  • rename index.tsx to index.ts because it doesn't contain jsx (8d131fb)
  • use + as react native version so that consumers determine the react native version (e407c08)
  • use android api compatible with RN v60+ (974ec68)
  • use react-native gradle dependency instead of react-android to work with older versions of RN (0b65ac9)

Features

  • added Android implementation, CIQ demo app and RN demo app (e83ff43)
  • added Android implementation, CIQ demo app and RN demo app (71a0742)
  • change api to support communication with multiple ciq apps (9e026f9)
  • implemented device status change events; handle set device not called (67c273f)
  • implemented iOS ConnectIQ api (3119b96)
  • setDevice no longer requires getKnownDevices to be called (6695893)
  • simplified api slightly (f4adc8b)
  • support for array and map message types (3b47dd0)