@getyoti/react-native-yoti-doc-scan
Advanced tools
Comparing version 1.13.1 to 1.13.2
{ | ||
"name": "@getyoti/react-native-yoti-doc-scan", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "Yoti Doc Scan for React Native", | ||
@@ -21,3 +21,3 @@ "main": "YotiDocScan.js", | ||
"react-hot-loader": "^4.12.20", | ||
"react-native": "^0.68.2" | ||
"react-native": "^0.68.5" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
@@ -37,3 +37,3 @@ ![YotiBanner](./yoti_banner.png) | ||
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' | ||
+ `pod 'react-native-yoti-doc-scan', :path => '../node_modules/react-native-yoti-doc-scan/react-native-yoti-doc-scan.podspec'` | ||
+ `pod 'react-native-yoti-doc-scan', :path => '../node_modules/@getyoti/react-native-yoti-doc-scan/react-native-yoti-doc-scan.podspec'` | ||
end | ||
@@ -127,2 +127,10 @@ ``` | ||
> Running out of memory `space: java.lang.OutOfMemoryError: Java heap space` | ||
Resolve by increasing the daemon memory settings in your `gradle.properties` file: | ||
```groovy | ||
org.gradle.jvmargs=-Xmx4608m | ||
``` | ||
# Usage | ||
@@ -134,3 +142,3 @@ | ||
```javascript | ||
import YotiDocScan from '@getyoti/react-native-yoti-doc-scan; | ||
import YotiDocScan from '@getyoti/react-native-yoti-doc-scan'; | ||
``` | ||
@@ -210,4 +218,3 @@ | ||
include ':react-native-yoti-doc-scan' | ||
project(':react-native-yoti-doc-scan').projectDir = new | ||
File(rootProject.projectDir, '../node_modules/react-native-yoti-doc-scan/src/android') | ||
project(':react-native-yoti-doc-scan').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-yoti-doc-scan/src/android') | ||
@@ -214,0 +221,0 @@ include ':app' |
Sorry, the diff of this file is not supported yet
139591
261