Skip to content

Commit e2a836b

Browse files
Merge pull request #7 from Dynamsoft/09272023-update
Update README.md
2 parents 384b41d + 03ebd91 commit e2a836b

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
# Dynamsoft Capture Vision samples for React-Native edition
22

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.
4+
5+
* [User Guide](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/react-native/user-guide/barcode-reader.html?product=dbr&version=latest&repoType=mobile)
6+
* [API Reference](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/react-native/api-reference/?product=dbr&version=latest&repoType=mobile)
47

58
## System Requirements
69

710
### React Native
811

9-
- Supported Version: 0.60 or higher
12+
* Supported Version: 0.60 or higher
1013

1114
### Android
1215

13-
- 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+
1720

1821
### iOS
1922

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+.
2326

2427
### Others
2528

26-
- Node: 16.15.1 recommended
29+
* Node: 16.15.1 recommended
2730

2831
## Samples
2932

@@ -57,15 +60,15 @@ pod install
5760

5861
### Build and Run
5962

60-
- **Android**
63+
* **Android**
6164

6265
Go to your project folder and run the following command:
6366

6467
```bash
6568
npx react-native run-android
6669
```
6770

68-
- **iOS**
71+
* **iOS**
6972

7073
In the terminal, go to the project folder in your project:
7174

@@ -81,7 +84,7 @@ npx react-native run-ios
8184
8285
## License
8386

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)
8588

8689
## Contact
8790

0 commit comments

Comments
 (0)