Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ android {
main.java.srcDirs += 'common/src/main/java'
}
}

packagingOptions {
// Exclude files to avoid 'duplicate files during packaging' errors
// when building an app that incorporates this package as a dependency
exclude 'META-INF/android_release.kotlin_module'

}
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-gesture-handler",
"version": "2.2.0-wp-2",
"version": "2.2.0-wp-3",
"description": "Experimental implementation of a new declarative API for gesture handling in react-native",
"scripts": {
"prepare": "bob build",
Expand Down
Binary file removed react-native-gesture-handler-2.2.0-wp-2.tgz
Binary file not shown.
Binary file added react-native-gesture-handler-2.2.0-wp-3.tgz
Binary file not shown.