Skip to content

Commit

Permalink
feat(api): improve api to work with native barcode scanning, add useC…
Browse files Browse the repository at this point in the history
…ameraPermission helper
  • Loading branch information
mgcrea committed Jan 8, 2024
1 parent 283e963 commit 2aa781c
Show file tree
Hide file tree
Showing 8 changed files with 689 additions and 625 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vision-camera": ">=3.6",
"react-native-worklets-core": ">=0.2"
"react-native-vision-camera": ">=3.7.0",
"react-native-worklets-core": ">=0.2.4"
},
"devDependencies": {
"@mgcrea/eslint-config-react-native": "^0.8.6",
"@mgcrea/eslint-config-react-native": "^0.9.4",
"@react-native-community/eslint-config": "^3.2.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.0",
"@testing-library/react-native": "^12.4.3",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.8",
"@types/react": "~18.2.37",
"@types/react-native": "0.72.6",
"eslint": "^8.53.0",
"@types/jest": "^29.5.11",
"@types/react": "~18.2.47",
"@types/react-native": "0.72.8",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier-plugin-java": "^2.4.0",
"prettier": "^3.1.1",
"prettier-plugin-java": "^2.5.0",
"prettier-plugin-organize-imports": "^3.2.4",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-vision-camera": "3.6.15",
"react-native": "0.73.1",
"react-native-vision-camera": "3.7.0",
"react-native-worklets-core": "0.2.4",
"release-it": "^17.0.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2"
"release-it": "^17.0.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 2aa781c

Please sign in to comment.