Skip to content

Commit

Permalink
Add react-native-gesture-handler library
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jun 12, 2023
1 parent d00056f commit 5315b24
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/publish-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ react-native-masked-view
react-native-clipboard
react-native-fast-image
react-native-reanimated
react-native-gesture-handler
)

# `react-native-reanimated` library uses JSC by default. These env vars will force it to use Hermes instead.
Expand Down
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@react-native-clipboard/clipboard": "1.9.0",
"react-native-fast-image": "8.5.11",
"react-native-reanimated": "2.17.0",
"react-native-gesture-handler": "2.10.2",
"react-native": "0.71.8"
},
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ include(":react-native-fast-image")
project(":react-native-fast-image").projectDir = File(rootProject.projectDir, "node_modules/react-native-fast-image/android")
include(":react-native-reanimated")
project(":react-native-reanimated").projectDir = File(rootProject.projectDir, "node_modules/react-native-reanimated/android")
include(":react-native-gesture-handler")
project(":react-native-gesture-handler").projectDir = File(rootProject.projectDir, "node_modules/react-native-gesture-handler/android")

0 comments on commit 5315b24

Please sign in to comment.