File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"paths" : {
7
7
"react-native-gesture-handler" : [
8
- " ../../packages/react-native-gesture-handler/index.ts "
8
+ " ../../packages/react-native-gesture-handler/src "
9
9
],
10
10
"react-native-gesture-handler/ReanimatedSwipeable" : [
11
11
" ../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
12
12
],
13
+ "react-native-gesture-handler/ReanimatedDrawerLayout" : [
14
+ " ../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
15
+ ],
13
16
"react-native-gesture-handler/jest-utils" : [
14
17
" ../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
15
18
]
Original file line number Diff line number Diff line change 6
6
"paths" : {
7
7
"@/*" : [" ./*" ],
8
8
"react-native-gesture-handler" : [
9
- " ../../packages/react-native-gesture-handler/index.ts "
9
+ " ../../packages/react-native-gesture-handler/src "
10
10
],
11
11
"react-native-gesture-handler/ReanimatedSwipeable" : [
12
12
" ../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
13
13
],
14
+ "react-native-gesture-handler/ReanimatedDrawerLayout" : [
15
+ " ../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
16
+ ],
14
17
"react-native-gesture-handler/jest-utils" : [
15
18
" ../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
16
19
]
Original file line number Diff line number Diff line change 11
11
"react-native-gesture-handler/ReanimatedSwipeable" : [
12
12
" ../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
13
13
],
14
+ "react-native-gesture-handler/ReanimatedDrawerLayout" : [
15
+ " ../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
16
+ ],
14
17
"react-native-gesture-handler/jest-utils" : [
15
18
" ../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
16
19
]
Original file line number Diff line number Diff line change 6
6
"paths" : {
7
7
"common-app" : [" ../common-app/index.ts" ],
8
8
"react-native-gesture-handler" : [
9
- " ../../packages/react-native-gesture-handler/index.ts "
9
+ " ../../packages/react-native-gesture-handler/src "
10
10
],
11
11
"react-native-gesture-handler/ReanimatedSwipeable" : [
12
12
" ../../packages/react-native-gesture-handler/src/components/ReanimatedSwipeable.tsx"
13
13
],
14
+ "react-native-gesture-handler/ReanimatedDrawerLayout" : [
15
+ " ../../packages/react-native-gesture-handler/src/components/ReanimatedDrawerLayout.tsx"
16
+ ],
14
17
"react-native-gesture-handler/jest-utils" : [
15
18
" ../../packages/react-native-gesture-handler/src/jestUtils/index.ts"
16
19
]
You can’t perform that action at this time.
0 commit comments