diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-10-17 20:04:02 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-10-17 20:04:02 +0530 |
commit | 8c0f5bd053a926098510b55c9682184c8859a893 (patch) | |
tree | b8b69f5e1f2fbc7cd52179ce45877377e1a69608 /package.json | |
parent | 431c03d8aa66bfd285a662675aa9955053bc9ca4 (diff) | |
download | mall-app-8c0f5bd053a926098510b55c9682184c8859a893.tar.gz mall-app-8c0f5bd053a926098510b55c9682184c8859a893.tar.bz2 mall-app-8c0f5bd053a926098510b55c9682184c8859a893.zip |
Removed expo-barcode-camera and replaced with expo-camera
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d7489d4..b8c2e05 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@react-navigation/stack": "^6.4.1", "axios": "^1.7.7", "expo": "~51.0.28", - "expo-barcode-scanner": "~13.0.1", + "expo-camera": "^15.0.16", "expo-status-bar": "~1.12.1", "formik": "^2.4.6", "react": "18.2.0", |