Skip to content

Commit

Permalink
fix: missing ReanimatedDrawerLayout (#3218)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
r0b0t3d authored Nov 18, 2024
1 parent 2a1586a commit 5b116c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ReanimatedSwipeable/",
"jest-utils/",
"DrawerLayout/",
"ReanimatedDrawerLayout/",
"README.md",
"jestSetup.js",
"RNGestureHandler.podspec"
Expand Down

0 comments on commit 5b116c8

Please sign in to comment.