@regulaforensics/react-native-document-reader-api 6.3.0 → 6.3.1

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/README.md CHANGED
@@ -26,20 +26,17 @@ $ pod install
26
26
 
27
27
  4. Android:
28
28
  * Copy the `regula.license` file to the `example/android/app/src/main/assets` folder.
29
- * Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
30
29
  * Run `npx react-native run-android` inside `example` folder - this is just one way to run the app. You can also run it directly from within Android Studio. **Note**: `npx react-native log-android` is used to view logs.
31
30
 
32
31
  **Note**: if the running failed with the following error `Error: spawn ./gradlew EACCES`, try to run the following command `chmod +x gradlew` within the `example/android` directory.
33
32
 
34
33
  5. iOS:
35
34
  * Copy the `regula.license` file to the `example/ios/DocumentReader` folder.
36
- * Change the Bundle Identifier to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
37
35
  * Run `npx react-native run-ios` inside `example` folder - this is just one way to run the app. You can also run it directly from within Xcode.
38
36
 
39
37
  ### Troubleshooting license issues
40
38
  If you have issues with license verification when running the application, please verify that next is true:
41
39
  1. The OS, which you use, is specified in the license (e.g., Android and/or iOS).
42
- 2. The application (Bundle) ID, which you use, is specified in the license.
43
40
  3. The license is valid (not expired).
44
41
  4. The date and time on the device, where you run the application, are valid.
45
42
  5. You use the latest release version of the Document Reader SDK.
@@ -49,7 +49,7 @@ dependencies {
49
49
  //noinspection GradleDynamicVersion
50
50
  implementation 'com.facebook.react:react-native:+'
51
51
  //noinspection GradleDependency
52
- implementation('com.regula.documentreader:api:6.3.6939') {
52
+ implementation('com.regula.documentreader:api:6.3.6946') {
53
53
  transitive = true
54
54
  }
55
55
  }
@@ -10,7 +10,7 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "^6.3.0",
13
+ "@regulaforensics/react-native-document-reader-api": "^6.3.1",
14
14
  "@regulaforensics/react-native-document-reader-core-fullrfid": "^6.3.0",
15
15
  "react": "17.0.2",
16
16
  "react-native": "^0.67.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {