Skip to content

Commit 99a473a

Browse files
fixed some bugs
1 parent 834525c commit 99a473a

File tree

5 files changed

+35
-7554
lines changed

5 files changed

+35
-7554
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 100 deletions
This file was deleted.

ios/Podfile

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,39 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
44
platform :ios, '11.0'
55

66
target 'DynamsoftRnSample' do
7-
config = use_native_modules!
7+
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
8+
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
9+
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
10+
pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
11+
pod 'React', :path => '../node_modules/react-native/'
12+
pod 'React-Core', :path => '../node_modules/react-native/'
13+
pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
14+
pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
15+
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
16+
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
17+
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
18+
pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
19+
pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
20+
pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
21+
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
22+
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
23+
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
24+
pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
25+
26+
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
27+
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
28+
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
29+
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
30+
#pod 'React-callinvoker', :path => "../node_modules/react-native/ReactCommon/callinvoker"
31+
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
32+
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
33+
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
34+
35+
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
36+
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
37+
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
38+
# pod 'henry-capture-vision-react-native', :podspec => '../node_modules/react-native/henry-capture-vision-react-native/henry-capture-vision-react-native.podspec'
39+
use_native_modules!
840

941
use_react_native!(
1042
:path => config[:reactNativePath],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "DecodeBarcode",
2+
"name": "DynamsoftRnSample",
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "17.0.2",
1414
"react-native": "0.61.5",
15-
"dynamsoft-capture-vision-react-native": "1.0.0"
15+
"henry-capture-vision-react-native": "1.0.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.17.8",

0 commit comments

Comments
 (0)