Skip to content

Commit e9288fe

Browse files
stelselimkarahanharunn
authored andcommitted
add properties
1 parent e1c6f93 commit e9288fe

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Changed
1010

1111
- We have migrated from `react-native-push-notification` to `@notifee/react-native` for better new architecture compatibility and enhanced push notification features.
12+
- We added a new property to gradle.properties for scanning QR codes.
1213

1314
## Fixes
1415

android/gradle.properties

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

3031
# Enable edge-to-edge display
3132
edgeToEdgeEnabled=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)