We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dc365 commit bd8a44eCopy full SHA for bd8a44e
package.json
@@ -45,7 +45,9 @@
45
},
46
"homepage": "https://github.com/a7ul/react-native-exception-handler",
47
"dependencies": {
48
- "react-native-exception-handler": "2.10.10"
+ "react-native-exception-handler": "2.10.10",
49
+ "react": "18.2.0",
50
+ "react-native": "0.72.5"
51
52
"devDependencies": {
53
"@types/react": "^18.2.12",
tsconfig.json
@@ -9,7 +9,6 @@
9
"allowUnreachableCode": false,
10
"allowUnusedLabels": false,
11
"esModuleInterop": true,
12
- "importsNotUsedAsValues": "error",
13
"forceConsistentCasingInFileNames": true,
14
"lib": ["esnext"],
15
"module": "esnext",
@@ -26,4 +25,4 @@
26
25
"strict": true,
27
"target": "esnext"
28
}
29
- }
+ }
0 commit comments