@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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier-react-native",
3
- "version": "1.0.0",
3
+ "version": "1.0.5",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",