react-native-scanbot-barcode-scanner-sdk 7.0.0-rc.4 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ npx expo install react-native-scanbot-barcode-scanner-sdk
|
|
|
78
78
|
|
|
79
79
|
Expo projects require a development build. Configure the project using our config plugin by adding this to your app config file:
|
|
80
80
|
|
|
81
|
-
```
|
|
81
|
+
```
|
|
82
82
|
"plugins": [
|
|
83
83
|
[
|
|
84
84
|
"react-native-scanbot-barcode-scanner-sdk",
|
|
@@ -100,7 +100,7 @@ Our SDK needs camera access to scan from a live camera stream.
|
|
|
100
100
|
|
|
101
101
|
**Note:** If you use Expo, the permissions can be configured using our config plugin, and this step can be skipped.
|
|
102
102
|
|
|
103
|
-
##### Android
|
|
103
|
+
##### [Android](https://docs.scanbot.io/barcode-scanner-sdk/react-native/detailed-setup-guide/permissions/#android)
|
|
104
104
|
|
|
105
105
|
Add these camera permissions to your **android/app/src/main/AndroidManifest.xml**:
|
|
106
106
|
|
|
@@ -111,7 +111,7 @@ Add these camera permissions to your **android/app/src/main/AndroidManifest.xml*
|
|
|
111
111
|
|
|
112
112
|
We added the uses-feature tag for better recognition in the Google Play Store ([learn more](https://developer.android.com/guide/topics/manifest/uses-feature-element)). Our Ready-to-Use UI Components handle runtime permissions automatically.
|
|
113
113
|
|
|
114
|
-
##### iOS
|
|
114
|
+
##### [iOS](https://docs.scanbot.io/barcode-scanner-sdk/react-native/detailed-setup-guide/permissions/#ios)
|
|
115
115
|
|
|
116
116
|
Add this camera permission description to **ios/{projectName}/Info.plist** inside the <dict> element:
|
|
117
117
|
|
|
@@ -179,7 +179,7 @@ const result = await ScanbotBarcodeSDK.startBarcodeScanner(config);
|
|
|
179
179
|
```
|
|
180
180
|
|
|
181
181
|
<p align="left">
|
|
182
|
-
<img src="https://scanbot.io/wp-content/uploads/2025/04/multi-barcode-scanning-
|
|
182
|
+
<img src="https://scanbot.io/wp-content/uploads/2025/04/multi-barcode-scanning-gif.gif" width="33.3%"/>
|
|
183
183
|
</p>
|
|
184
184
|
|
|
185
185
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-scanbot-barcode-scanner-sdk",
|
|
3
3
|
"title": "Scanbot Barcode Scanner SDK for React Native",
|
|
4
|
-
"version": "7.0.0
|
|
4
|
+
"version": "7.0.0",
|
|
5
5
|
"description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
|
|
6
6
|
"main": "lib/commonjs/index",
|
|
7
7
|
"module": "lib/module/index",
|