jcore-react-native 2.1.3 → 2.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.
@@ -54,7 +54,7 @@ public class JCoreModule extends ReactContextBaseJavaModule {
54
54
  String code = readableMap.getString("code");
55
55
  if (TextUtils.isEmpty(code)) {
56
56
  } else {
57
- JCoreInterface.testCountryCode(code);
57
+ JCoreInterface.testCountryCode(reactContext,code);
58
58
  }
59
59
  }
60
60
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
10
  08166A7B27EC622A00C7233B /* RCTJCoreModule.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */; };
11
- 2A47130D29E5582800E9C3D7 /* libjcore-ios-4.2.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A47130C29E5582800E9C3D7 /* libjcore-ios-4.2.0.a */; };
11
+ 620241712ABD434700D71FBD /* libjcore-ios-4.4.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 620241702ABD434700D71FBD /* libjcore-ios-4.4.0.a */; };
12
12
  6212E9F11F3991D500BDF51A /* RCTJCoreModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6212E9F01F3991D500BDF51A /* RCTJCoreModule.m */; };
13
13
  /* End PBXBuildFile section */
14
14
 
@@ -27,7 +27,7 @@
27
27
 
28
28
  /* Begin PBXFileReference section */
29
29
  08166A7C27EC628200C7233B /* Lib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Lib; sourceTree = "<group>"; };
30
- 2A47130C29E5582800E9C3D7 /* libjcore-ios-4.2.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjcore-ios-4.2.0.a"; path = "RCTJCoreModule/libjcore-ios-4.2.0.a"; sourceTree = "<group>"; };
30
+ 620241702ABD434700D71FBD /* libjcore-ios-4.4.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjcore-ios-4.4.0.a"; path = "RCTJCoreModule/libjcore-ios-4.4.0.a"; sourceTree = "<group>"; };
31
31
  6212E9B41F3990DC00BDF51A /* libRCTJCoreModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJCoreModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
32
32
  6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJCoreModule.h; sourceTree = "<group>"; };
33
33
  6212E9F01F3991D500BDF51A /* RCTJCoreModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJCoreModule.m; sourceTree = "<group>"; };
@@ -38,7 +38,7 @@
38
38
  isa = PBXFrameworksBuildPhase;
39
39
  buildActionMask = 2147483647;
40
40
  files = (
41
- 2A47130D29E5582800E9C3D7 /* libjcore-ios-4.2.0.a in Frameworks */,
41
+ 620241712ABD434700D71FBD /* libjcore-ios-4.4.0.a in Frameworks */,
42
42
  );
43
43
  runOnlyForDeploymentPostprocessing = 0;
44
44
  };
@@ -48,7 +48,7 @@
48
48
  5CE8168A22FC0295007D710C /* Frameworks */ = {
49
49
  isa = PBXGroup;
50
50
  children = (
51
- 2A47130C29E5582800E9C3D7 /* libjcore-ios-4.2.0.a */,
51
+ 620241702ABD434700D71FBD /* libjcore-ios-4.4.0.a */,
52
52
  );
53
53
  name = Frameworks;
54
54
  sourceTree = "<group>";
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author" : "wicked.tc130",
6
6
  "license" : "ISC",
7
7
  "main" : "index.js",
8
- "version" : "2.1.3",
8
+ "version" : "2.1.5",
9
9
  "repository" : {
10
10
  "type": "git",
11
11
  "url": "https://github.com/jpush/jcore-react-native"
Binary file
Binary file
Binary file
Binary file
Binary file