Skip to content

Commit 899c7e1

Browse files
authored
[Android] Include missing Gesture Handler in builds (#3318)
## 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.
1 parent f78e1b3 commit 899c7e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"android/common/src/main/java/",
4040
"android/reanimated/src/main/java/",
4141
"android/noreanimated/src/main/java/",
42+
"android/package77/",
43+
"android/packageDeprecated/",
4244
"apple/",
4345
"Swipeable/",
4446
"ReanimatedSwipeable/",

0 commit comments

Comments
 (0)