reactnative-plugin-appice 1.7.35 → 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.
- package/example/android/local.properties +8 -0
- package/index.js +2 -2
- package/package.json +1 -1
- package/example/android/.gradle/7.3.3/checksums/checksums.lock +0 -0
- package/example/android/.gradle/7.3.3/fileChanges/last-build.bin +0 -0
- package/example/android/.gradle/7.3.3/fileHashes/fileHashes.lock +0 -0
- package/example/android/.gradle/7.3.3/gc.properties +0 -0
- package/example/android/.gradle/vcs-1/gc.properties +0 -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
|
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
|
-
|
|
171
|
+
// AppIceReactPlugin.registerLifeCycle();
|
|
172
172
|
} else if (nextAppState === 'background') {
|
|
173
173
|
AppIceReactPlugin.isDeviceReady(false);
|
|
174
|
-
|
|
174
|
+
// AppIceReactPlugin.registerLifeCycle();
|
|
175
175
|
}
|
|
176
176
|
});
|
|
177
177
|
},
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|