Skip to content

Commit 99c4d84

Browse files
authored
Merge pull request #1065 from mendix/moo-1852/upgrade-camera-lib
[MOO-1852] feat: upgrade to react-native-vision-camera
2 parents 1756d64 + 2c55522 commit 99c4d84

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- We added a new property to gradle.properties for scanning QR codes.
10+
911
- We have migrated from react-native-push-notification to @notifee/react-native for better new architecture compatibility and enhanced push notification features
1012

1113
- We have upgraded `react-native-permissions` to version 5.4.2

android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ android.suppressUnsupportedCompileSdk=33
2626
newArchEnabled=false
2727
hermesEnabled=true
2828
mendixnative.cookieEncryption=false
29+
VisionCamera_enableCodeScanner=true

ios/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ post_install do |installer|
114114
if target.name == 'react-native-video'
115115
config.build_settings['SWIFT_VERSION'] = '5.0'
116116
end
117+
if target.name == 'VisionCamera'
118+
config.build_settings['SWIFT_VERSION'] = '5.2'
119+
end
117120
end
118121
end
119122
# Ensure deployment_target is set correctly for all projects

0 commit comments

Comments
 (0)