@customerglu/react-native-customerglu 3.0.0-beta-1.2 → 3.0.0-beta-1.3

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.
@@ -402,7 +402,7 @@ class RnCustomergluModule(reactContext: ReactApplicationContext) :
402
402
  CustomerGlu.getInstance().enableEntryPoints(getCurrentActivity(), b);
403
403
  }
404
404
 
405
- override fun isFcmApn(id: Boolean) {
405
+ override fun isFcmApn(id: String) {
406
406
 
407
407
  }
408
408
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@customerglu/react-native-customerglu",
3
- "version": "3.0.0-beta-1.2",
3
+ "version": "3.0.0-beta-1.3",
4
4
  "description": "CustomerGlu React Native plugin",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",