@haykmkrtich/react-native-patriot-native 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  A React Native module that enables seamless interaction with WearOS devices — install watch faces, detect connected devices, check app installations, and send messages directly from your mobile app.
8
8
 
9
+ ## Why React Native Patriot Native?
10
+
11
+ Installing watch faces on WearOS traditionally requires users to navigate through their watch's Play Store. This module simplifies the process by allowing direct interaction with WearOS devices from your React Native app — device detection, watch face installation, app status checks, and custom messaging all through a simple Promise-based API.
12
+
9
13
  ## Features
10
14
 
11
15
  | Feature | Description |
@@ -184,6 +188,14 @@ This module is designed for WearOS watch face companion apps. For Google Play Co
184
188
  3. **Play Store Integration** — Opens the watch face listing on the watch's Play Store
185
189
  4. **User Confirmation** — User confirms installation on their watch
186
190
 
191
+ ## Common Use Cases
192
+
193
+ - Watch face marketplace apps
194
+ - Companion apps for WearOS watch faces
195
+ - Apps that offer multiple watch face styles
196
+ - Enterprise apps managing company-wide watch face deployment
197
+ - Apps that need to communicate with WearOS devices
198
+
187
199
  ## Changelog
188
200
 
189
201
  ### 1.1.0
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@haykmkrtich/react-native-patriot-native",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "main": "index.ts",
5
5
  "files": [
6
6
  "index.ts",
7
7
  "src/",
8
- "android/"
8
+ "android/",
9
+ "README.md"
9
10
  ],
10
11
  "keywords": [
11
12
  "react-native",