react-native-electrode-bridge icon indicating copy to clipboard operation
react-native-electrode-bridge copied to clipboard

Electrode Native - Bridge

Results 8 react-native-electrode-bridge issues
Sort by recently updated
recently updated
newest added

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 : ![screen shot 2018-08-23 at 2 42 08 pm](https://user-images.githubusercontent.com/1390588/44553630-e20b2100-a6e2-11e8-9af5-7f3c61d1d218.png) 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...