@ammarahmed/notifee-react-native 7.4.7 → 7.4.9

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.
@@ -184,7 +184,7 @@ public class NotificationAndroidStyleModel {
184
184
 
185
185
  // largeIcon has been specified to be null for BigPicture
186
186
  if (largeIcon == null) {
187
- bigPictureStyle.bigLargeIcon(null);
187
+ bigPictureStyle.bigLargeIcon((Bitmap) null);
188
188
  }
189
189
  }
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ammarahmed/notifee-react-native",
3
- "version": "7.4.7",
3
+ "version": "7.4.9",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "Notifee - a feature rich notifications library for React Native.",
6
6
  "main": "dist/index.js",