react-native-electrode-bridge
react-native-electrode-bridge copied to clipboard
Electrode Native - Bridge
.podspec
Would be great to see this library autolinked on iOS. https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
Would like to have support for UUID as a response type. There is schema support for UUID, as the API generation does work for this format. However, the generateObject method...
When duplicate request handlers are registered for the same request the old one is replaced with the new one. This needs to be changed and as it confuses end users...
I have a problem trying to send a request and I get the following error message: ``` Bridge is not set. This is probably because you've explicitly synthesized the bridge...
Noticed when running React Native 0.56 with bridge :  To be investigated and accounted for.
Unable to add this library to my existing android project as I cannot find the exact gradle dependency for this bridge module. react-native version : 0.55.4 As per the Android...
I'm getting this error compiling an iOS project where I've started adding imports to use this module. > /ElectrodeBridgeMessage.m:18:9: 'ElectrodeReactNativeBridge/ElectrodeReactNativeBridge-Swift.h' file not found Any build settings I need to set...
I would like to use this module for apps which are not using Swift, and would like if possible to avoid the extra weight of the Swift runtime. I am...