@suprsend/react-native-sdk 0.3.4 → 0.3.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.
@@ -271,6 +271,7 @@ public class SuprsendRnSdkModule extends ReactContextBaseJavaModule {
271
271
 
272
272
  @ReactMethod
273
273
  public void showNotification(String notificationJSONPayload) {
274
+ Log.d("NOTIFICATION", notificationJSONPayload);
274
275
  SSNotificationHelper.INSTANCE.showSSNotification(this.context, notificationJSONPayload);
275
276
  }
276
277
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suprsend/react-native-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Suprsend SDK for React Native Applications",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",