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 8a32c34 commit fbec5e2Copy full SHA for fbec5e2
tsconfig.json
@@ -2,14 +2,18 @@
2
"compilerOptions": {
3
"rootDir": ".",
4
"paths": {
5
- "react-native-context-menu": ["./src/index"]
+ "@appandflow/expo-context-menu": [
6
+ "./src/index"
7
+ ]
8
},
9
"allowUnreachableCode": false,
10
"allowUnusedLabels": false,
11
"esModuleInterop": true,
12
"forceConsistentCasingInFileNames": true,
13
"jsx": "react-jsx",
- "lib": ["ESNext"],
14
+ "lib": [
15
+ "ESNext"
16
+ ],
17
"module": "ESNext",
18
"moduleResolution": "Bundler",
19
"noEmit": true,
0 commit comments