Skip to content

Commit fd040e5

Browse files
Fixed a bug of Guide
1 parent 89c7fd7 commit fd040e5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

programming/react-native/foundational-user-guide.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ This guide will help you develop a fully-customizable barcode scanning app with
1919
- Android
2020
- Supported OS: Android 5.0 (API Level 21) or higher.
2121
- Supported ABI: armeabi-v7a, arm64-v8a, x86 and x86_64.
22-
- Development Environment: Android Studio 2022.2.1 or higher.
22+
- Development Environment:
23+
- IDE: **Android Studio 2024.3.2** suggested.
24+
- JDK: **Java 17** or higher.
25+
- Gradle: **8.0** or higher.
2326
- iOS
2427
- Supported OS: iOS 13+.
2528
- Supported ABI: arm64 and x86_64.
@@ -70,7 +73,7 @@ LicenseManager.initLicense(License).catch(e => {
7073
> [!Note]
7174
>
7275
> - The LICENSE string here grants a time-limited free trial which requires network connection to work.
73-
> - You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=guide&package=react-native){:target="_blank"} link.
76+
> - You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=guide&package=mobile){:target="_blank"} link.
7477
> - If you download the <a href="https://www.dynamsoft.com/barcode-reader/downloads/?utm_source=docs#mobile" target="_blank">Installation Package</a>, it comes with a 30-day trial license by default.
7578
7679
## Build Your Barcode Scanner App
@@ -224,7 +227,7 @@ yarn android
224227
225228
## Full Sample Code
226229
227-
The full sample code is available [here](https://github.com/Dynamsoft/barcode-reader-react-native-samples/tree/main/ScanBarcodes_ReadyToUseComponent).
230+
The full sample code is available [here](https://github.com/Dynamsoft/barcode-reader-react-native-samples/tree/main/ScanBarcodes_FoundationalAPI).
228231
229232
## License
230233

programming/react-native/user-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ This guide will help you develop a barcode scanning app with the Ready-To-Use (R
1919
- Android
2020
- Supported OS: Android 5.0 (API Level 21) or higher.
2121
- Supported ABI: armeabi-v7a, arm64-v8a, x86 and x86_64.
22-
- Development Environment: Android Studio 2022.2.1 or higher.
22+
- Development Environment:
23+
- IDE: **Android Studio 2024.3.2** suggested.
24+
- JDK: **Java 17** or higher.
25+
- Gradle: **8.0** or higher.
2326
- iOS
2427
- Supported OS: iOS 13+.
2528
- Supported ABI: arm64 and x86_64.

0 commit comments

Comments
 (0)