Skip to content

Commit 5b116c8

Browse files
authored
fix: missing ReanimatedDrawerLayout (#3218)
## Description I'm getting error when importing `react-native-gesture-handler/ReanimatedDrawerLayout` because the folder is missing ## Test plan Add the folder `ReanimatedDrawerLayout` on my local in `node_modules` and it works
1 parent 2a1586a commit 5b116c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"ReanimatedSwipeable/",
4545
"jest-utils/",
4646
"DrawerLayout/",
47+
"ReanimatedDrawerLayout/",
4748
"README.md",
4849
"jestSetup.js",
4950
"RNGestureHandler.podspec"

0 commit comments

Comments
 (0)