@socure-inc/docv-react-native 5.3.1 → 5.3.2
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 +1 -1
- package/package.json +1 -1
- package/socure-docv-react-native.podspec +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ The Predictive Document Verification (DocV) SDK for React Native is a React Nati
|
|
|
19
19
|
|
|
20
20
|
## React Native New Architecture Support
|
|
21
21
|
|
|
22
|
-
Starting with
|
|
22
|
+
Starting with version 5.2.8, the wrapper fully supports the **React Native New Architecture** (TurboModules / Fabric) introduced in React Native 0.79+. Both Old Architecture and New Architecture builds are supported from the same package with no configuration changes required.
|
|
23
23
|
|
|
24
24
|
### What changed
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socure-inc/docv-react-native",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"description": "The Predictive Document Verification (DocV) SDK React Native bridge allows you to use the DocV SDK v5 for Android and iOS in your React Native application.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|