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: programming/react-native/user-guide/barcode-reader-v1.1.4.md
+24-17Lines changed: 24 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,28 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur
15
15
16
16
<spanstyle="font-size:20px">Table of Contents</span>
17
17
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)
33
40
34
41
## System Requirements
35
42
@@ -72,7 +79,7 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur
72
79
73
80
Now you will learn how to create a simple barcode scanner using Dynamsoft Capture Vision SDK.
74
81
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)
76
83
77
84
### Set up Development Environment
78
85
@@ -257,7 +264,7 @@ npx react-native run-ios
257
264
>- 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.
258
265
>- 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.
259
266
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)
Copy file name to clipboardExpand all lines: programming/react-native/user-guide/barcode-reader.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ In this guide, we will explore the Barcode Reader module of the Dynamsoft Captur
72
72
73
73
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.
74
74
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)
76
76
77
77
### Set up Development Environment
78
78
@@ -301,7 +301,7 @@ npx react-native run-ios
301
301
>- 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.
302
302
>- 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.
303
303
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)
0 commit comments