Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynamsoft-Henry committed Jan 15, 2025
1 parent 753b65a commit 351740a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion programming/react-native/index-v1.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ breadcrumbText: React Native Index

## Samples

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

## API Reference

Expand Down
2 changes: 1 addition & 1 deletion programming/react-native/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ breadcrumbText: React Native Index

## Samples

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

## API Reference

Expand Down
41 changes: 24 additions & 17 deletions programming/react-native/user-guide/barcode-reader-v1.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,28 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur

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

- [System Requirements](#system-requirements)
- [Installation](#installation)
- [Build Your Barcode Scanner App](#build-your-barcode-scanner-app)
- [Set up Development Environment](#set-up-development-environment)
- [Initialize the Project](#initialize-the-project)
- [Include the Library](#include-the-library)
- [Configure the Barcode Reader](#configure-the-barcode-reader)
- [Rendering the UI](#rendering-the-ui)
- [Configure Camera Permissions](#configure-camera-permissions)
- [Run the Project](#run-the-project)
- [Customizing the Barcode Reader](#customizing-the-barcode-reader)
- [Using the settings templates](#using-the-settings-templates)
- [Using the DBRRuntimeSettings interface](#using-the-dbrruntimesettings-interface)
- [Customizing the scan region](#customizing-the-scan-region)
- [Licensing](#licensing)
- [Barcode Reader User Guide for React Native](#barcode-reader-user-guide-for-react-native)
- [System Requirements](#system-requirements)
- [React Native](#react-native)
- [Android](#android)
- [iOS](#ios)
- [Others](#others)
- [Installation](#installation)
- [Build Your Barcode Scanner App](#build-your-barcode-scanner-app)
- [Set up Development Environment](#set-up-development-environment)
- [Initialize the Project](#initialize-the-project)
- [Include the Library](#include-the-library)
- [Configure the Barcode Reader](#configure-the-barcode-reader)
- [Rendering the UI](#rendering-the-ui)
- [Configure Camera Permissions](#configure-camera-permissions)
- [Run the Project](#run-the-project)
- [Run Android on Windows](#run-android-on-windows)
- [Run iOS on macOS](#run-ios-on-macos)
- [Customizing the Barcode Reader](#customizing-the-barcode-reader)
- [Using the settings templates](#using-the-settings-templates)
- [Using the DBRRuntimeSettings interface](#using-the-dbrruntimesettings-interface)
- [Customizing the scan region](#customizing-the-scan-region)
- [Licensing](#licensing)

## System Requirements

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

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

>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)
>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)
### Set up Development Environment

Expand Down Expand Up @@ -257,7 +264,7 @@ npx react-native run-ios
>- 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.
>- 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.
>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)
>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)
## Customizing the Barcode Reader

Expand Down
4 changes: 2 additions & 2 deletions programming/react-native/user-guide/barcode-reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur

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.

>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)
>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)
### Set up Development Environment

Expand Down Expand Up @@ -301,7 +301,7 @@ npx react-native run-ios
>- 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.
>- 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.
>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)
>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)
## Customizing the Barcode Reader

Expand Down

0 comments on commit 351740a

Please sign in to comment.