From 054782d28eb26445d7e965aca465455347d21863 Mon Sep 17 00:00:00 2001 From: Fabrizio Bertoglio Date: Tue, 2 Sep 2025 16:57:09 +0200 Subject: [PATCH] feat: add apple watch connector --- README.md | 12 ++++- docs/applewatch-setup.md | 24 ++++++++++ package.json | 3 ++ src/applewatch/AppleWatchConnector.ts | 47 +++++++++++++++++++ .../react-native-watch-connectivity.d.ts | 26 ++++++++++ src/messages.ts | 22 ++++++--- src/subscriptions.ts | 37 ++++++++++----- 7 files changed, 150 insertions(+), 21 deletions(-) create mode 100644 docs/applewatch-setup.md create mode 100644 src/applewatch/AppleWatchConnector.ts create mode 100644 src/applewatch/react-native-watch-connectivity.d.ts diff --git a/README.md b/README.md index 70162de..7a029a3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # react-native-wear-connectivity -Allows you to connect React Native Mobile apps with WearOS. +Allows you to connect React Native Mobile apps with WearOS and Apple Watch. | Sending Voice Message (enable audio) | Sending Text | | ----------- | ----------- | |