Skip to content

Commit 06becea

Browse files
committed
demo 优化。 iOS 认证sdk 使用2.6.7版本
1 parent 7f4feae commit 06becea

File tree

8 files changed

+429
-8
lines changed

8 files changed

+429
-8
lines changed

android/.idea/gradle.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/android/app/src/main/assets/index.android.bundle

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ apply from: file("../node_modules/@react-native-community/cli-platform-android/n
33
include ':app'
44

55
include ':jverification-react-native'
6-
project(':jverification-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jverification-react-native/android')
6+
project(':jverification-react-native').projectDir = new File(rootProject.projectDir, '../../android')
77
include ':jcore-react-native'
88
project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PODS:
2121
- glog (0.3.5)
2222
- JCore (1.7.0):
2323
- React
24-
- jverification-react-native (2.3.0):
24+
- jverification-react-native (2.4.4):
2525
- React
2626
- RCTRequired (0.63.4)
2727
- RCTTypeSafety (0.63.4):
@@ -353,7 +353,7 @@ SPEC CHECKSUMS:
353353
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
354354
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
355355
JCore: 1b194730ed1b97a7b06cab763e6f75a1444a2d04
356-
jverification-react-native: 03fee91204548f71f6c5f16ce1e7244d832a2589
356+
jverification-react-native: ada55067fd3e3417d78b1f1fc9deb340007b07cd
357357
RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
358358
RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
359359
React: b0a957a2c44da4113b0c4c9853d8387f8e64e615

example/ios/example.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1414
5C103CA923605A2F000AD3DA /* JVerificationResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 5C103CA823605A2E000AD3DA /* JVerificationResource.bundle */; };
15-
602210A9D84EB087CE84A5F7 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C94467A3A3E7715FA98BF76 /* libPods-example.a */; };
15+
986CE309FFD1DDA20881B408 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C94467A3A3E7715FA98BF76 /* libPods-example.a */; };
1616
/* End PBXBuildFile section */
1717

1818
/* Begin PBXContainerItemProxy section */
@@ -47,7 +47,7 @@
4747
isa = PBXFrameworksBuildPhase;
4848
buildActionMask = 2147483647;
4949
files = (
50-
602210A9D84EB087CE84A5F7 /* libPods-example.a in Frameworks */,
50+
986CE309FFD1DDA20881B408 /* libPods-example.a in Frameworks */,
5151
);
5252
runOnlyForDeploymentPostprocessing = 0;
5353
};
@@ -225,7 +225,7 @@
225225
);
226226
runOnlyForDeploymentPostprocessing = 0;
227227
shellPath = /bin/sh;
228-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
228+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
229229
};
230230
33E29A6B52257522F248A038 /* [CP] Copy Pods Resources */ = {
231231
isa = PBXShellScriptBuildPhase;

example/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
},
99
"dependencies": {
1010
"jcore-react-native": "^1.7.0",
11-
"jverification-react-native": "2.4.4",
1211
"react": "16.8.6",
13-
"react-native": "0.60.5"
12+
"react-native": "0.63.4"
1413
},
1514
"devDependencies": {
1615
"@babel/core": "^7.5.0",

ios/RCTJVerificationModule/jverification-ios-2.6.7.a renamed to ios/RCTJVerificationModule/libjverification-ios-2.6.7.a

File renamed without changes.

0 commit comments

Comments
 (0)