Skip to content

Releases: electrode-io/react-native-electrode-bridge

v1.5.16

04 Oct 17:10
Compare
Choose a tag to compare
  • #48 Fix a bug in the JavaScript bridge, that was leading to a crash in case of an API request going from native to JS when no handler was implemented on the JS side.

v1.5.15

17 May 01:55
Compare
Choose a tag to compare
  • #44 [iOS] Fix a type issue with register queued event in bridge holder.

ios swift 4 and unregister/remove listener support

10 May 20:53
dda5f61
Compare
Choose a tag to compare

#34 Support remove/unregister listener
#40 Support swift 4
#41 Add swift 4 directives

v1.5.12

04 May 05:31
Compare
Choose a tag to compare

Fixes #36
ElectrodeBridgeHolder adds constantsProviders after ElectrodeBridgeTransceiver instance is created. While getConstants() method is invoked, constantsProviders list is still empty failing to export constants to JavaScript at runtime

Fix Remove Event Listener Issues on Bridge

19 Apr 22:02
473601a
Compare
Choose a tag to compare

Fix JS bridge where it should call delete to remove key in the eventListenerUUIDRef map.

v1.5.10

22 Mar 18:45
Compare
Choose a tag to compare

Fixes #31

registerEventListener registers an event listener for a given event name and returns an UUID.
For removing a listener you can pass the UUID & removeEventListener removes the listener from the electrodeBridge.

v1.5.7 - Public Release

25 Sep 01:10
Compare
Choose a tag to compare

This version marks the first one published to public NPM.

v1.5.8 - Rollback

27 Sep 21:14
Compare
Choose a tag to compare

Because of a noticed issue in iOS introduced in bridge v1.5.7, this new version 1.5.8 is actually a rollback tov1.5.6. We couldn't just use 1.5.6 because it is published on our internal NPM and not the public one (and cannot publish it there).