Skip to content

Commit

Permalink
fixing package issues
Browse files Browse the repository at this point in the history
  • Loading branch information
philipye314 committed Oct 5, 2023
1 parent 243119f commit 1eaa208
Show file tree
Hide file tree
Showing 4 changed files with 1,511 additions and 15,902 deletions.
11 changes: 9 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": ["expo-router"],
"scheme": "your-app-scheme"
"plugins": [
"expo-router",
[
"expo-barcode-scanner",
{
"cameraPermission": "Allow $(PRODUCT_NAME) to access camera."
}
]
]
}
}
Loading

0 comments on commit 1eaa208

Please sign in to comment.