Releases: electrode-io/react-native-electrode-bridge
Releases · electrode-io/react-native-electrode-bridge
v1.5.16
- #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
- #44 [iOS] Fix a type issue with register queued event in bridge holder.
ios swift 4 and unregister/remove listener support
#34 Support remove/unregister listener
#40 Support swift 4
#41 Add swift 4 directives
v1.5.12
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
Fix JS bridge where it should call delete
to remove key in the eventListenerUUIDRef map.
v1.5.10
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
This version marks the first one published to public NPM.
v1.5.8 - Rollback
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).