Skip to content

Commit e1ff688

Browse files
committed
Merge branch 'beta' of github.com:JairajJangle/react-native-tree-multi-select into feat/scroll-to-node-id
2 parents 266798f + 00c6369 commit e1ff688

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

.github/workflows/beta-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ jobs:
7676
7777
- name: Check turborepo cache for Android
7878
run: |
79-
TURBO_CACHE_STATUS=$(node -p "($(yarn --silent turbo run build:android --cache-dir=\"${{ env.TURBO_CACHE_DIR }}\" --dry=json)).tasks.find(t => t.task === 'build:android').cache.status")
80-
echo "TURBO_CACHE_STATUS=$TURBO_CACHE_STATUS"
79+
TURBO_CACHE_STATUS=$(node -p "($(yarn --silent turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --dry=json)).tasks.find(t => t.task === 'build:android').cache.status")
80+
8181
if [[ $TURBO_CACHE_STATUS == "HIT" ]]; then
8282
echo "turbo_cache_hit=1" >> $GITHUB_ENV
8383
fi
84-
echo "Turbo cache status: $TURBO_CACHE_STATUS"
8584
8685
- name: Install JDK
8786
if: env.turbo_cache_hit != 1

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ PODS:
430430
- RNFlashList (1.7.3):
431431
- RCT-Folly (= 2021.07.22.00)
432432
- React-Core
433-
- RNGestureHandler (2.23.0):
433+
- RNGestureHandler (2.17.1):
434434
- RCT-Folly (= 2021.07.22.00)
435435
- React-Core
436436
- RNScreens (3.35.0):
@@ -630,7 +630,7 @@ SPEC CHECKSUMS:
630630
React-utils: 389181b1411d047f3d9c4913930b9e806d59d0b1
631631
ReactCommon: 561cfc1683ccdebe8a377b4616958ea6a1f62d91
632632
RNFlashList: 08c81ebc1e4540a5edce29e75f7bd18a07f3e292
633-
RNGestureHandler: 1467bbbd11df0cb63970f624ee5436bc480b404d
633+
RNGestureHandler: 1afb4b52b44d68a545706e74821890d260d9fb71
634634
RNScreens: c09986e2086f03fb9fcaefbff7126fd3a2bb1cf5
635635
RNVectorIcons: 4a5bf25944f3f8157ec86845a967fb10f29bceef
636636
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lodash": "^4.17.21",
1919
"react": "18.2.0",
2020
"react-native": "0.72.17",
21-
"react-native-gesture-handler": "^2.17.1",
21+
"react-native-gesture-handler": "2.17.1",
2222
"react-native-paper": "^5.13.1",
2323
"react-native-safe-area-context": "^4.7.1",
2424
"react-native-screens": "^3.22.1",

example/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5276,14 +5276,15 @@ react-is@^17.0.1:
52765276
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
52775277
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
52785278

5279-
react-native-gesture-handler@^2.17.1:
5280-
version "2.23.0"
5281-
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.23.0.tgz#f0e77bc6bce94a976ae7917abc748b7b4ce6a490"
5282-
integrity sha512-xtkdIU4S4uc4J2WO4hy7AXxD/1M8Be2yOrLdPTuWKAOF3KyL0D0xSdvuaWhI+GdZCNQQisj9kvbnMQGGb9XZNQ==
5279+
react-native-gesture-handler@2.17.1:
5280+
version "2.17.1"
5281+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.17.1.tgz#f458a6099f09afac144f3e67add96667d859a88d"
5282+
integrity sha512-pWfniN6NuVKUq40KACuD3NCMe+bWNQCpD3cmxL6aLSCTwPKYmf7l4Lp0/E/almpjvxhybJZtFLU0w4tmxnIKaA==
52835283
dependencies:
52845284
"@egjs/hammerjs" "^2.0.17"
52855285
hoist-non-react-statics "^3.3.0"
52865286
invariant "^2.2.4"
5287+
prop-types "^15.7.2"
52875288

52885289
react-native-paper@^5.13.1:
52895290
version "5.13.1"

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)