We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8349f0c commit 6948f30Copy full SHA for 6948f30
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-document-scanner-plugin",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "A React Native plugin that lets you scan documents using Android and iOS",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
@@ -80,7 +80,6 @@
80
"eslint-config-prettier": "^10.1.1",
81
"eslint-plugin-jest": "^29.0.1",
82
"eslint-plugin-prettier": "^5.2.3",
83
- "expo": "^54.0.10",
84
"expo-module-scripts": "^5.0.7",
85
"jest": "^29.7.0",
86
"prettier": "^3.0.3",
@@ -92,15 +91,9 @@
92
91
"typescript": "^5.8.3"
93
},
94
"peerDependencies": {
95
- "expo": ">=54.0.10",
96
"react": "*",
97
"react-native": "*"
98
99
- "peerDependenciesMeta": {
100
- "expo": {
101
- "optional": true
102
- }
103
- },
104
"workspaces": [
105
"example"
106
],
0 commit comments