@trycourier/courier-react-native 1.0.0 → 1.0.5
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,6 +45,8 @@ const messageId = await Courier.sendPush({
|
|
|
45
45
|
});
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
 
|
|
49
|
+
|
|
48
50
|
# Requirements & Support
|
|
49
51
|
|
|
50
52
|
|
|
@@ -57,6 +59,8 @@ const messageId = await Courier.sendPush({
|
|
|
57
59
|
|
|
58
60
|
> Testing push notifications requires a physical device. Simulators will not work.
|
|
59
61
|
|
|
62
|
+
 
|
|
63
|
+
|
|
60
64
|
# **Installation**
|
|
61
65
|
|
|
62
66
|
> Link to [`Example App`](https://github.com/trycourier/courier-react-native/tree/master/example)
|