fix ios build after upgrading xcode
Showing
- ios/PersonalCredentialManager.xcodeproj/project.pbxproj 8 additions, 8 deletionsios/PersonalCredentialManager.xcodeproj/project.pbxproj
- ios/PersonalCredentialManager/AppDelegate.h 2 additions, 4 deletionsios/PersonalCredentialManager/AppDelegate.h
- ios/PersonalCredentialManager/AppDelegate.mm 13 additions, 109 deletionsios/PersonalCredentialManager/AppDelegate.mm
- ios/Podfile 7 additions, 2 deletionsios/Podfile
- ios/Podfile.lock 292 additions, 345 deletionsios/Podfile.lock
- package.json 2 additions, 4 deletionspackage.json
- src/components/inputs/QRScanner.tsx 153 additions, 153 deletionssrc/components/inputs/QRScanner.tsx
- yarn.lock 708 additions, 308 deletionsyarn.lock
This diff is collapsed.
... | ... | @@ -28,7 +28,7 @@ |
"query-string": "^7.1.1", | ||
"react": "18.1.0", | ||
"react-i18next": "^12.1.1", | ||
"react-native": "0.70.6", | ||
"react-native": "^0.71.7", | ||
"react-native-app-intro-slider": "^4.0.4", | ||
"react-native-argon2": "^2.0.1", | ||
"react-native-biometrics": "^3.0.1", | ||
... | ... | @@ -52,9 +52,7 @@ |
"react-native-user-inactivity": "^1.2.0", | ||
"react-native-uuid": "^2.0.1", | ||
"react-native-vector-icons": "^9.2.0", | ||
"react-native-vision-camera": "^2.15.2", | ||
"rn-fetch-blob": "^0.12.0", | ||
"vision-camera-code-scanner": "^0.2.0" | ||
"rn-fetch-blob": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment