You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,32 @@
1
1
# Dynamsoft Capture Vision samples for React-Native edition
2
2
3
-
This repository contains multiple samples that demonstrate how to use the [Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/introduction/) React-Native Edition.
3
+
This repository contains multiple samples that demonstrate how to use the Dynamsoft Capture Vision React-Native Edition.
- Supported OS: Android 5.0 (API Level 21) or higher.
14
-
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
15
-
- Development Environment: Android Studio 3.4+ (Android Studio 4.2+ recommended).
16
-
- JDK: 1.8+
16
+
* Supported OS: Android 5.0 (API Level 21) or higher.
17
+
* Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
18
+
* Development Environment: Android Studio 3.4+ (Android Studio 4.2+ recommended).
19
+
* JDK: 1.8+
17
20
18
21
### iOS
19
22
20
-
- Supported OS: **iOS 10.0** or higher.
21
-
- Supported ABI: **arm64** and **x86_64**.
22
-
- Development Environment: Xcode 7.1 and above (Xcode 13.0+ recommended), CocoaPods 1.11.0+.
23
+
* Supported OS: **iOS 10.0** or higher.
24
+
* Supported ABI: **arm64** and **x86_64**.
25
+
* Development Environment: Xcode 7.1 and above (Xcode 13.0+ recommended), CocoaPods 1.11.0+.
23
26
24
27
### Others
25
28
26
-
- Node: 16.15.1 recommended
29
+
* Node: 16.15.1 recommended
27
30
28
31
## Samples
29
32
@@ -57,15 +60,15 @@ pod install
57
60
58
61
### Build and Run
59
62
60
-
-**Android**
63
+
***Android**
61
64
62
65
Go to your project folder and run the following command:
63
66
64
67
```bash
65
68
npx react-native run-android
66
69
```
67
70
68
-
-**iOS**
71
+
***iOS**
69
72
70
73
In the terminal, go to the project folder in your project:
71
74
@@ -81,7 +84,7 @@ npx react-native run-ios
81
84
82
85
## License
83
86
84
-
- You can also request an extension for your trial license in the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github)
87
+
* You can also request an extension for your trial license in the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github)
0 commit comments