We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5721f0 commit c30bbe2Copy full SHA for c30bbe2
example/tsconfig.json
@@ -5,6 +5,9 @@
5
"baseUrl": ".",
6
"paths": {
7
"react-native-gesture-handler": ["../src/index.ts"],
8
+ "react-native-gesture-handler/ReanimatedSwipeable": [
9
+ "../src/components/ReanimatedSwipeable.tsx"
10
+ ],
11
"react-native-gesture-handler/jest-utils": ["../src/jestUtils/index.ts"]
12
}
13
},
0 commit comments