reactnative-plugin-appice 1.7.34 → 1.7.36

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.
@@ -97,7 +97,7 @@ dependencies {
97
97
  annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.3.1"
98
98
 
99
99
  //appice
100
- implementation "appice.io.android:sdk:2.6.29-release"
100
+ implementation "appice.io.android:sdk:2.6.33"
101
101
 
102
102
  //glide
103
103
  implementation "com.github.bumptech.glide:glide:4.11.0"
@@ -0,0 +1,8 @@
1
+ ## This file must *NOT* be checked into Version Control Systems,
2
+ # as it contains information specific to your local configuration.
3
+ #
4
+ # Location of the SDK. This is only used by Gradle.
5
+ # For customization when using a Version Control System, please read the
6
+ # header note.
7
+ #Tue Nov 28 00:45:30 IST 2023
8
+ sdk.dir=/Users/amit/Library/Android/sdk
@@ -17,7 +17,7 @@
17
17
  "install": "^0.13.0",
18
18
  "react": "18.0.0",
19
19
  "react-native": "0.69.4",
20
- "reactnative-plugin-appice": "1.7.28",
20
+ "reactnative-plugin-appice": "1.7.35",
21
21
  "react-native-mmkv": "2.12.2"
22
22
  },
23
23
  "devDependencies": {
package/index.js CHANGED
@@ -168,10 +168,10 @@ var AppICEReact = {
168
168
  AppState.addEventListener('change', (nextAppState) => {
169
169
  if (nextAppState === 'active') {
170
170
  AppIceReactPlugin.isDeviceReady(true);
171
- AppIceReactPlugin.registerLifeCycle();
171
+ // AppIceReactPlugin.registerLifeCycle();
172
172
  } else if (nextAppState === 'background') {
173
173
  AppIceReactPlugin.isDeviceReady(false);
174
- AppIceReactPlugin.registerLifeCycle();
174
+ // AppIceReactPlugin.registerLifeCycle();
175
175
  }
176
176
  });
177
177
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactnative-plugin-appice",
3
- "version": "1.7.34",
3
+ "version": "1.7.36",
4
4
  "description": "appICE React Native SDK",
5
5
  "main": "index.js",
6
6
  "files": [
File without changes
File without changes