We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd6993 commit 798c865Copy full SHA for 798c865
BarcodeReaderSimpleSample/ios/Podfile
@@ -1,7 +1,7 @@
1
require_relative '../node_modules/react-native/scripts/react_native_pods'
2
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3
4
-platform :ios, '11.0'
+platform :ios, '12.4'
5
6
target 'BarcodeReaderSimpleSample' do
7
config = use_native_modules!
BarcodeReaderSimpleSample/package.json
@@ -12,7 +12,7 @@
12
"dependencies": {
13
"@react-navigation/native": "^6.0.10",
14
"@react-navigation/native-stack": "^6.6.2",
15
- "dynamsoft-capture-vision-react-native": "^1.1.5",
+ "dynamsoft-capture-vision-react-native": "^1.1.12",
16
"react": "17.0.2",
17
"react-native": "0.67.2",
18
"react-native-image-picker": "^4.10.0",
0 commit comments