react-native-wear-connectivity
react-native-wear-connectivity copied to clipboard
Build Wear OS apps with react-native and connect them with other apps.
https://developer.android.com/training/wearables/data/data-layer#send-and-sync-with-API
https://github.com/facebook/react-native/pull/42278 https://discord.com/channels/514829729862516747/1121364074970742784/1213285191947133028 https://github.com/facebook/react-native/pull/42263 https://discord.com/channels/514829729862516747/1121364074970742784/1213322038270361640 https://github.com/facebook/react-native/issues/30155 https://stackoverflow.com/questions/64296908/cannot-add-watchos-target-to-react-native-app
Creating a website with the documentation for this project. Feel free to build it like you want it. Some notes: - The iOS library for developing Watch Apps https://github.com/mtford90/react-native-watch-connectivity -...
``` WearConnectivityModule failed to retrieve nodes with error: java.util.concurrent.ExecutionException: com.google.android.gms.common.api.ApiException: 17: API: Wearable.API is not available on this device. Connection failed with: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} ``` The Android Phone did...
https://developer.android.com/training/wearables
- [ ] Button - [ ] FlatList
https://developer.android.com/training/wearables/data/messages
Implement background job with [java.util.concurrent ](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/package-summary.html) ([AsyncTask](https://developer.android.com/reference/android/os/AsyncTask) is deprecated, [stackoverflow](https://stackoverflow.com/questions/58767733/the-asynctask-api-is-deprecated-in-android-11-what-are-the-alternatives)).
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...