@radhya/mach 2.1.0 → 2.1.1
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.
- package/README.md +1 -1
- package/dist/index.js +156 -239
- package/docs/push.md +1 -1
- package/package.json +1 -1
package/docs/push.md
CHANGED
|
@@ -13,7 +13,7 @@ mach link
|
|
|
13
13
|
mach push setup
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
`push setup` detects Expo
|
|
16
|
+
`push setup` detects Expo or bare React Native; reads the native app
|
|
17
17
|
identifiers; creates or reuses the matching MACH Push app; installs the mobile
|
|
18
18
|
SDK; and starts permission, registration, and notification listeners from the
|
|
19
19
|
application entry point.
|