@identomat-inc/react-native-identomat 1.0.22 → 1.0.23

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  #### Android
13
13
 
14
- 1. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
14
+ 1. Insert the following lines inside the dependencies block in `android/build.gradle`:
15
15
  ```
16
16
  allprojects {
17
17
  repositories {
@@ -34,7 +34,7 @@
34
34
  console.log('finished')
35
35
  }
36
36
  }
37
- identomat.setCallBack(new Callback())
37
+ identomat.setCallback(new Callback())
38
38
  identomat.setBaseUrl(config.baseUrl);
39
39
  identomat.start(config.sessionKey);
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@identomat-inc/react-native-identomat",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "identomat bridge module",
5
5
  "main": "index.js",
6
6
  "scripts": {