Skip to content

Commit

Permalink
[Android] Include missing Gesture Handler in builds (#3318)
Browse files Browse the repository at this point in the history
## Description

#3278 introduced support for React Native 0.77. However, it didn't include newly added directories into package, which resulted in Gesture Handler not being built on Android.

## Test plan

Generate Gesture Handler package and add it to newly created app.
  • Loading branch information
m-bert authored Jan 10, 2025
1 parent f78e1b3 commit 899c7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"android/common/src/main/java/",
"android/reanimated/src/main/java/",
"android/noreanimated/src/main/java/",
"android/package77/",
"android/packageDeprecated/",
"apple/",
"Swipeable/",
"ReanimatedSwipeable/",
Expand Down

0 comments on commit 899c7e1

Please sign in to comment.