@imatis/react-native-notifications 4.3.3-imatis.1 → 4.3.3-imatis.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.
@@ -18,7 +18,7 @@ public class JsIOHelper {
18
18
 
19
19
  public boolean sendEventToJS(String eventName, WritableMap data, ReactContext reactContext) {
20
20
  if(!reactContext.hasActiveCatalystInstance()) {
21
- return;
21
+ return false;
22
22
  }
23
23
 
24
24
  if (reactContext != null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imatis/react-native-notifications",
3
- "version": "4.3.3-imatis.1",
3
+ "version": "4.3.3-imatis.2",
4
4
  "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android",
5
5
  "license": "MIT",
6
6
  "keywords": [