react-native-wear-connectivity icon indicating copy to clipboard operation
react-native-wear-connectivity copied to clipboard

✨ Extend original package with more connectivity util functions

Open claired4l opened this issue 1 year ago • 0 comments

Adding following functions to communicate between react-native app and Android app:

  • void sendGenuineMessage(String messagePath, Callback replyCb, Callback errCb);
  • void getCapableAndReachableNodes(String capability, Callback replyCb, Callback errCb);
  • void getNonCapableAndReachableNodes(String capability, Callback replyCb, Callback errCb);
  • void openRemoteURI(String uri, String nodeId, Callback replyCb, Callback errCb);

See README for more details

claired4l avatar May 23 '24 11:05 claired4l