@radhya/mach 2.1.0 → 2.1.2
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 +166 -249
- package/docs/push.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ mach push send --user user_123 --title "Hello" --body "Your update is ready."
|
|
|
22
22
|
mach push status --days 30
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
MACH Push supports Expo development builds
|
|
25
|
+
MACH Push supports Expo development builds and bare React Native. It
|
|
26
26
|
adds a working default permission, registration, receive, and tap flow while
|
|
27
27
|
leaving an editable callback file in the application. It stores encrypted
|
|
28
28
|
device/provider credentials and aggregate delivery counters,
|