@woosmap/react-native-plugin-geofencing 0.11.1-beta.1 → 0.11.1

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.
@@ -117,9 +117,11 @@ public class PluginGeofencingModule extends ReactContextBaseJavaModule implement
117
117
  WoosmapSettings.updateServiceNotificationTitle = map.getString(WoosmapMessageAndKey.androidNotificationTitle);
118
118
  }
119
119
  if (map.hasKey(WoosmapMessageAndKey.androidNotificationIconName)) {
120
+ NotificationIconProvider.clearRuntimeOverrides(getReactApplicationContext());
120
121
  setNotificationSmallIconByName(map.getString(WoosmapMessageAndKey.androidNotificationIconName), promise);
121
122
  }
122
123
  if (map.hasKey(WoosmapMessageAndKey.androidNotificationIconUrl)) {
124
+ NotificationIconProvider.clearRuntimeOverrides(getReactApplicationContext());
123
125
  setNotificationSmallIconByUrl(map.getString(WoosmapMessageAndKey.androidNotificationIconUrl), promise);
124
126
  }
125
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version": "0.11.1-beta.1",
3
+ "version": "0.11.1",
4
4
  "description": "This react-native plugin extends the functionality offered by the Woosmap Geofencing Mobile SDKs. Find more about the Woosmap Geofencing SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",