How to make WearOS Android App receive message from react-native app native module?
I am trying to use the MessageClient Api https://developers.google.com/android/reference/com/google/android/gms/wearable/MessageClient to send messages between a WearOS Android app and a react-native app using a native module (https://github.com/claired4l/react-native-wear-connectivity/tree/fix/message-client-send-message-interface).