Skip to content

Commit

Permalink
fix: expo camera permission message
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 20, 2024
1 parent a5d3f1e commit a12963b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Alby Mobile",
"slug": "alby-mobile",
"version": "1.2.0",
"version": "1.2.1",
"scheme": ["bitcoin", "lightning", "alby"],
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -17,7 +17,7 @@
[
"expo-camera",
{
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera",
"cameraPermission": "Allow Alby Mobile to use the camera to scan wallet connection and payment QR codes",
"recordAudioAndroid": false
}
],
Expand Down

0 comments on commit a12963b

Please sign in to comment.