react-native-notifyvisitors 4.1.4 → 4.1.5
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/android/build.gradle +1 -1
- package/android/src/main/java/com/rn_notifyvisitors/RNNotifyvisitorsModule.java +1 -1
- package/ios/RNNotifyvisitors/RNNotifyvisitors.m +1 -1
- package/ios/RNNotifyvisitors.xcodeproj/project.pbxproj +10 -8
- package/ios/RNNotifyvisitors.xcodeproj/project.xcworkspace/xcuserdata/neeraj.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/RNNotifyvisitors.xcodeproj/xcuserdata/neeraj.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
- package/ios/{libnotifyvisitors_6_3_1.a → libnotifyvisitors_6_3_2.a} +0 -0
- package/package.json +1 -1
- package/react-native-notifyvisitors.podspec +1 -1
package/android/build.gradle
CHANGED
|
@@ -33,7 +33,7 @@ dependencies {
|
|
|
33
33
|
implementation 'com.facebook.react:react-native:+'
|
|
34
34
|
|
|
35
35
|
implementation 'com.notifyvisitors.notifyvisitors:notifyvisitors:5.3.4'
|
|
36
|
-
implementation 'androidx.appcompat:appcompat:1.
|
|
36
|
+
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
37
37
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
38
38
|
implementation 'com.google.android.material:material:1.4.0'
|
|
39
39
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
@@ -40,7 +40,7 @@ public class RNNotifyvisitorsModule extends ReactContextBaseJavaModule implement
|
|
|
40
40
|
|
|
41
41
|
private final ReactApplicationContext reactContext;
|
|
42
42
|
private static final String TAG = "RN-NotifyVisitors";
|
|
43
|
-
private static final String PLUGIN_VERSION = "4.1.
|
|
43
|
+
private static final String PLUGIN_VERSION = "4.1.5";
|
|
44
44
|
|
|
45
45
|
private String PUSH_BANNER_CLICK_EVENT = "nv_push_banner_click";
|
|
46
46
|
private String CHAT_BOT_BUTTON_CLICK = "nv_chat_bot_button_click";
|
|
@@ -32,7 +32,7 @@ int nvCheckPushClickTimeCounter = 0;
|
|
|
32
32
|
|
|
33
33
|
+(void)Initialize{
|
|
34
34
|
NSLog(@"RN-NotifyVisitors : INITIALIZE !!");
|
|
35
|
-
NSLog(@"RN-NotifyVisitors PLUGIN VERSION : 4.1.
|
|
35
|
+
NSLog(@"RN-NotifyVisitors PLUGIN VERSION : 4.1.5 !!");
|
|
36
36
|
NSString *nvMode = nil;
|
|
37
37
|
#if DEBUG
|
|
38
38
|
nvMode = @"debug";
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
+
07ECBD852912280E005C644E /* libnotifyvisitors_6_3_2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 07ECBD842912280E005C644E /* libnotifyvisitors_6_3_2.a */; };
|
|
10
11
|
138AE09F22A7ACA600F403E1 /* RNNVExtensionService.m in Sources */ = {isa = PBXBuildFile; fileRef = 138AE09E22A7ACA600F403E1 /* RNNVExtensionService.m */; };
|
|
11
12
|
13B25F2D22BA35B000C4D0B7 /* RCTNVEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B25F2C22BA35B000C4D0B7 /* RCTNVEventEmitter.m */; };
|
|
12
|
-
25D52BBA27E20C6C00890D62 /* libnotifyvisitors_6_3_1.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 25D52BB827E20C6C00890D62 /* libnotifyvisitors_6_3_1.a */; };
|
|
13
13
|
B3E7B58A1CC2AC0600A0062D /* RNNotifyvisitors.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNNotifyvisitors.m */; };
|
|
14
14
|
DC31F4E523BC9CC900AAB2DB /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC31F4E423BC9CC900AAB2DB /* SystemConfiguration.framework */; };
|
|
15
15
|
/* End PBXBuildFile section */
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
/* End PBXCopyFilesBuildPhase section */
|
|
28
28
|
|
|
29
29
|
/* Begin PBXFileReference section */
|
|
30
|
+
07ECBD842912280E005C644E /* libnotifyvisitors_6_3_2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libnotifyvisitors_6_3_2.a; sourceTree = "<group>"; };
|
|
31
|
+
07ECBD8629122823005C644E /* notifyvisitors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = notifyvisitors.h; sourceTree = "<group>"; };
|
|
32
|
+
07ECBD8729122857005C644E /* nvResourceValues.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = nvResourceValues.plist; sourceTree = "<group>"; };
|
|
30
33
|
134814201AA4EA6300B7C361 /* libRNNotifyvisitors.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNNotifyvisitors.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
31
34
|
138AE09D22A7ACA600F403E1 /* RNNVExtensionService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNVExtensionService.h; sourceTree = "<group>"; };
|
|
32
35
|
138AE09E22A7ACA600F403E1 /* RNNVExtensionService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNVExtensionService.m; sourceTree = "<group>"; };
|
|
@@ -42,9 +45,6 @@
|
|
|
42
45
|
25A29B7326829CBC00098B92 /* play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = play.png; sourceTree = "<group>"; };
|
|
43
46
|
25A29B7426829CBD00098B92 /* nv_NotificationCenterBg@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "nv_NotificationCenterBg@3x.png"; sourceTree = "<group>"; };
|
|
44
47
|
25A29B7526829CBD00098B92 /* slider_bar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = slider_bar.png; sourceTree = "<group>"; };
|
|
45
|
-
25D52BB827E20C6C00890D62 /* libnotifyvisitors_6_3_1.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libnotifyvisitors_6_3_1.a; sourceTree = "<group>"; };
|
|
46
|
-
25D52BB927E20C6C00890D62 /* notifyvisitors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = notifyvisitors.h; sourceTree = "<group>"; };
|
|
47
|
-
25D52BBB27E20C8C00890D62 /* nvResourceValues.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = nvResourceValues.plist; sourceTree = "<group>"; };
|
|
48
48
|
B3E7B5881CC2AC0600A0062D /* RNNotifyvisitors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNotifyvisitors.h; sourceTree = "<group>"; };
|
|
49
49
|
B3E7B5891CC2AC0600A0062D /* RNNotifyvisitors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNotifyvisitors.m; sourceTree = "<group>"; };
|
|
50
50
|
DC31F4E423BC9CC900AAB2DB /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
isa = PBXFrameworksBuildPhase;
|
|
56
56
|
buildActionMask = 2147483647;
|
|
57
57
|
files = (
|
|
58
|
-
25D52BBA27E20C6C00890D62 /* libnotifyvisitors_6_3_1.a in Frameworks */,
|
|
59
58
|
DC31F4E523BC9CC900AAB2DB /* SystemConfiguration.framework in Frameworks */,
|
|
59
|
+
07ECBD852912280E005C644E /* libnotifyvisitors_6_3_2.a in Frameworks */,
|
|
60
60
|
);
|
|
61
61
|
runOnlyForDeploymentPostprocessing = 0;
|
|
62
62
|
};
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
253C98EC26411B0A00F2E8C9 /* Assets */ = {
|
|
75
75
|
isa = PBXGroup;
|
|
76
76
|
children = (
|
|
77
|
-
|
|
77
|
+
07ECBD8729122857005C644E /* nvResourceValues.plist */,
|
|
78
78
|
25A29B6F26829CBC00098B92 /* empty.png */,
|
|
79
79
|
25A29B6B26829CBB00098B92 /* nv_deleteIcon.png */,
|
|
80
80
|
25A29B6D26829CBB00098B92 /* nv_deleteIcon@2x.png */,
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
58B511D21A9E6C8500147676 = {
|
|
93
93
|
isa = PBXGroup;
|
|
94
94
|
children = (
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
07ECBD8629122823005C644E /* notifyvisitors.h */,
|
|
96
|
+
07ECBD842912280E005C644E /* libnotifyvisitors_6_3_2.a */,
|
|
97
97
|
253C98EC26411B0A00F2E8C9 /* Assets */,
|
|
98
98
|
DC4962D123BE131B005E63F5 /* RNNotifyvisitors */,
|
|
99
99
|
134814211AA4EA7D00B7C361 /* Products */,
|
|
@@ -307,6 +307,7 @@
|
|
|
307
307
|
"$(inherited)",
|
|
308
308
|
"$(PROJECT_DIR)/**",
|
|
309
309
|
"$(PROJECT_DIR)",
|
|
310
|
+
"$(PROJECT_DIR)/Assets",
|
|
310
311
|
);
|
|
311
312
|
OTHER_LDFLAGS = "-ObjC";
|
|
312
313
|
PRODUCT_NAME = RNNotifyvisitors;
|
|
@@ -333,6 +334,7 @@
|
|
|
333
334
|
"$(inherited)",
|
|
334
335
|
"$(PROJECT_DIR)/**",
|
|
335
336
|
"$(PROJECT_DIR)",
|
|
337
|
+
"$(PROJECT_DIR)/Assets",
|
|
336
338
|
);
|
|
337
339
|
OTHER_LDFLAGS = "-ObjC";
|
|
338
340
|
PRODUCT_NAME = RNNotifyvisitors;
|
|
Binary file
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>SchemeUserState</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>RNNotifyvisitors.xcscheme_^#shared#^_</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>orderHint</key>
|
|
10
|
+
<integer>0</integer>
|
|
11
|
+
</dict>
|
|
12
|
+
</dict>
|
|
13
|
+
</dict>
|
|
14
|
+
</plist>
|
|
Binary file
|
package/package.json
CHANGED