@ammarahmed/notifee-react-native 7.4.10 → 7.4.11

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.
@@ -179,7 +179,7 @@ class NotifeeReactUtils {
179
179
  if (getReactContext() == null) {
180
180
  initializeReactContext(callback);
181
181
  } else {
182
- callback.call();
182
+ new Handler(Looper.getMainLooper()).postDelayed(callback::call, 100);
183
183
  }
184
184
  }
185
185
 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "7.4.10";
1
+ export declare const version = "7.4.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ammarahmed/notifee-react-native",
3
- "version": "7.4.10",
3
+ "version": "7.4.11",
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",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '7.4.10';
2
+ export const version = '7.4.11';