Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ android.nonTransitiveRClass=true
newArchEnabled=false
hermesEnabled=true
mendixnative.cookieEncryption=true

VisionCamera_enableCodeScanner=true
edgeToEdgeEnabled=true
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ abstract_target "Mendix" do
if target.name == 'react-native-video'
config.build_settings['SWIFT_VERSION'] = '5.0'
end
if target.name == 'VisionCamera'
config.build_settings['SWIFT_VERSION'] = '5.2'
end
end
end

Expand Down
24 changes: 11 additions & 13 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1412,14 +1412,6 @@ PODS:
- React-Core
- react-native-blob-util (0.21.2):
- React-Core
- react-native-camera (3.40.0):
- React-Core
- react-native-camera/RCT (= 3.40.0)
- react-native-camera/RN (= 3.40.0)
- react-native-camera/RCT (3.40.0):
- React-Core
- react-native-camera/RN (3.40.0):
- React-Core
- react-native-cameraroll (7.4.0):
- DoubleConversion
- glog
Expand Down Expand Up @@ -2108,6 +2100,12 @@ PODS:
- SSZipArchive (2.6.0)
- TouchID (4.4.1):
- React
- VisionCamera (4.7.1):
- VisionCamera/Core (= 4.7.1)
- VisionCamera/React (= 4.7.1)
- VisionCamera/Core (4.7.1)
- VisionCamera/React (4.7.1):
- React-Core
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -2164,7 +2162,6 @@ DEPENDENCIES:
- React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
- react-native-ble-plx (from `../node_modules/react-native-ble-plx`)
- react-native-blob-util (from `../node_modules/react-native-blob-util`)
- react-native-camera (from `../node_modules/react-native-camera`)
- "react-native-cameraroll (from `../node_modules/@react-native-camera-roll/camera-roll`)"
- react-native-geocoder (from `../node_modules/react-native-geocoder`)
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
Expand Down Expand Up @@ -2233,6 +2230,7 @@ DEPENDENCIES:
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- SSZipArchive
- TouchID (from `../node_modules/react-native-touch-id`)
- VisionCamera (from `../node_modules/react-native-vision-camera`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -2347,8 +2345,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-ble-plx"
react-native-blob-util:
:path: "../node_modules/react-native-blob-util"
react-native-camera:
:path: "../node_modules/react-native-camera"
react-native-cameraroll:
:path: "../node_modules/@react-native-camera-roll/camera-roll"
react-native-geocoder:
Expand Down Expand Up @@ -2483,6 +2479,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-vector-icons"
TouchID:
:path: "../node_modules/react-native-touch-id"
VisionCamera:
:path: "../node_modules/react-native-vision-camera"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand Down Expand Up @@ -2550,7 +2548,6 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: c32cbd3d9c334a51311ab9d717e2c72c7032a256
react-native-ble-plx: f10240444452dfb2d2a13a0e4f58d7783e92d76e
react-native-blob-util: 64a732c0b8bb7f4928905e16ea8dc5cde6fb4832
react-native-camera: 35854c4f764a4a6cf61c1c3525888b92f0fe4b31
react-native-cameraroll: fa835a59246b90ad2fa33c5e008fc25752ba7b80
react-native-geocoder: 757427682892bb256f3b3745858cc90eba148a8e
react-native-geolocation: 8559551683956a104cd6953a51f53edcef7a998f
Expand Down Expand Up @@ -2622,8 +2619,9 @@ SPEC CHECKSUMS:
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
SSZipArchive: 8a6ee5677c8e304bebc109e39cf0da91ccef22ea
TouchID: ba4c656d849cceabc2e4eef722dea5e55959ecf4
VisionCamera: 0ecfede218b2d989be3d504270b71f3d2384d95d
Yoga: 7d51419602153919f32aec72812e324d495ee49d

PODFILE CHECKSUM: 8045a3203b15a304651d034d96b1d93b2ccae6e4
PODFILE CHECKSUM: a8ba4f8aa949fc78ec2919cd1aa7c8a2626f3a37

COCOAPODS: 1.16.2
47 changes: 30 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-native-ble-plx": "2.0.3",
"react-native-blob-util": "0.21.2",
"react-native-calendar-events": "2.1.0",
"react-native-camera": "3.40.0",
"react-native-vision-camera": "4.7.1",
"react-native-device-info": "13.0.0",
"react-native-edge-to-edge": "1.7.0",
"react-native-fast-image": "8.6.3",
Expand Down