Skip to content

Commit 351740a

Browse files
Updated links
1 parent 753b65a commit 351740a

File tree

4 files changed

+28
-21
lines changed

4 files changed

+28
-21
lines changed

programming/react-native/index-v1.1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ breadcrumbText: React Native Index
1717

1818
## Samples
1919

20-
- <a href = "https://github.com/Dynamsoft/capture-vision-react-native-samples" target="_blank">Dynamsoft Capture Vision - BarcodeReaderSimpleSample</a>
20+
- <a href = "https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/v1.1.14/" target="_blank">Dynamsoft Capture Vision - BarcodeReaderSimpleSample</a>
2121

2222
## API Reference
2323

programming/react-native/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ breadcrumbText: React Native Index
1717

1818
## Samples
1919

20-
- <a href = "https://github.com/Dynamsoft/capture-vision-react-native-samples" target="_blank">Dynamsoft Capture Vision - BarcodeReaderSimpleSample</a>
20+
- <a href = "https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/v1.1.14/" target="_blank">Dynamsoft Capture Vision - BarcodeReaderSimpleSample</a>
2121

2222
## API Reference
2323

programming/react-native/user-guide/barcode-reader-v1.1.4.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,28 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur
1515

1616
<span style="font-size:20px">Table of Contents</span>
1717

18-
- [System Requirements](#system-requirements)
19-
- [Installation](#installation)
20-
- [Build Your Barcode Scanner App](#build-your-barcode-scanner-app)
21-
- [Set up Development Environment](#set-up-development-environment)
22-
- [Initialize the Project](#initialize-the-project)
23-
- [Include the Library](#include-the-library)
24-
- [Configure the Barcode Reader](#configure-the-barcode-reader)
25-
- [Rendering the UI](#rendering-the-ui)
26-
- [Configure Camera Permissions](#configure-camera-permissions)
27-
- [Run the Project](#run-the-project)
28-
- [Customizing the Barcode Reader](#customizing-the-barcode-reader)
29-
- [Using the settings templates](#using-the-settings-templates)
30-
- [Using the DBRRuntimeSettings interface](#using-the-dbrruntimesettings-interface)
31-
- [Customizing the scan region](#customizing-the-scan-region)
32-
- [Licensing](#licensing)
18+
- [Barcode Reader User Guide for React Native](#barcode-reader-user-guide-for-react-native)
19+
- [System Requirements](#system-requirements)
20+
- [React Native](#react-native)
21+
- [Android](#android)
22+
- [iOS](#ios)
23+
- [Others](#others)
24+
- [Installation](#installation)
25+
- [Build Your Barcode Scanner App](#build-your-barcode-scanner-app)
26+
- [Set up Development Environment](#set-up-development-environment)
27+
- [Initialize the Project](#initialize-the-project)
28+
- [Include the Library](#include-the-library)
29+
- [Configure the Barcode Reader](#configure-the-barcode-reader)
30+
- [Rendering the UI](#rendering-the-ui)
31+
- [Configure Camera Permissions](#configure-camera-permissions)
32+
- [Run the Project](#run-the-project)
33+
- [Run Android on Windows](#run-android-on-windows)
34+
- [Run iOS on macOS](#run-ios-on-macos)
35+
- [Customizing the Barcode Reader](#customizing-the-barcode-reader)
36+
- [Using the settings templates](#using-the-settings-templates)
37+
- [Using the DBRRuntimeSettings interface](#using-the-dbrruntimesettings-interface)
38+
- [Customizing the scan region](#customizing-the-scan-region)
39+
- [Licensing](#licensing)
3340

3441
## System Requirements
3542

@@ -72,7 +79,7 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur
7279

7380
Now you will learn how to create a simple barcode scanner using Dynamsoft Capture Vision SDK.
7481

75-
>Note: You can get the full source code of a similar project: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/main/BarcodeReaderSimpleSample)
82+
>Note: You can get the full source code of a similar project: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/v1.1.14/BarcodeReaderSimpleSample)
7683
7784
### Set up Development Environment
7885

@@ -257,7 +264,7 @@ npx react-native run-ios
257264
>- On iOS, in order to run the React Native app on a physical device you will need to install the [`ios-deploy`](https://www.npmjs.com/package/ios-deploy) library. Afterwards, you can run the react native app from the terminal as such `npx react-native run-ios --device` assuming it's the only device connected to the Mac.
258265
>- Alternatively on iOS, you can simply open the `xcworkspace` of the project found in the `ios` folder using Xcode and run the sample on your connected iOS device from there. The advantage that this offers is that it is easier to deal with the developer signatures for deployment in there.
259266
260-
>Note: You can get the full source code of a similar project: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/main/BarcodeReaderSimpleSample)
267+
>Note: You can get the full source code of a similar project: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/v1.1.14/BarcodeReaderSimpleSample)
261268
262269
## Customizing the Barcode Reader
263270

programming/react-native/user-guide/barcode-reader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur
7272

7373
Let's now walk through the steps needed in order to create a simple barcode scanning React Native project using the Dynamsoft Capture Vision SDK.
7474

75-
>Note: If you would like the full source code of the sample that we will walk through, please visit: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/main/BarcodeReaderSimpleSample)
75+
>Note: If you would like the full source code of the sample that we will walk through, please visit: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/v1.1.14/BarcodeReaderSimpleSample)
7676
7777
### Set up Development Environment
7878

@@ -301,7 +301,7 @@ npx react-native run-ios
301301
>- On iOS, in order to run the React Native app on a physical device you will need to install the [`ios-deploy`](https://www.npmjs.com/package/ios-deploy) library. Afterwards, you can run the react native app from the terminal as such `npx react-native run-ios --device` assuming it's the only device connected to the Mac.
302302
>- Alternatively on iOS, you can simply open the `.xcworkspace` of the project found in the `ios` folder using Xcode and run the sample on your connected iOS device from there. The advantage that this offers is that it is easier to deal with the developer signatures for deployment in there.
303303
304-
>Note: You can get the full source code of the project above: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/main/BarcodeReaderSimpleSample)
304+
>Note: You can get the full source code of the project above: [Barcode Reader Simple Sample](https://github.com/Dynamsoft/capture-vision-react-native-samples/tree/v1.1.14/BarcodeReaderSimpleSample)
305305
306306
## Customizing the Barcode Reader
307307

0 commit comments

Comments
 (0)