File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,11 @@ jobs:
76
76
77
77
- name : Check turborepo cache for Android
78
78
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
+
81
81
if [[ $TURBO_CACHE_STATUS == "HIT" ]]; then
82
82
echo "turbo_cache_hit=1" >> $GITHUB_ENV
83
83
fi
84
- echo "Turbo cache status: $TURBO_CACHE_STATUS"
85
84
86
85
- name : Install JDK
87
86
if : env.turbo_cache_hit != 1
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ PODS:
430
430
- RNFlashList (1.7.3):
431
431
- RCT-Folly (= 2021.07.22.00)
432
432
- React-Core
433
- - RNGestureHandler (2.23.0 ):
433
+ - RNGestureHandler (2.17.1 ):
434
434
- RCT-Folly (= 2021.07.22.00)
435
435
- React-Core
436
436
- RNScreens (3.35.0):
@@ -630,7 +630,7 @@ SPEC CHECKSUMS:
630
630
React-utils: 389181b1411d047f3d9c4913930b9e806d59d0b1
631
631
ReactCommon: 561cfc1683ccdebe8a377b4616958ea6a1f62d91
632
632
RNFlashList: 08c81ebc1e4540a5edce29e75f7bd18a07f3e292
633
- RNGestureHandler: 1467bbbd11df0cb63970f624ee5436bc480b404d
633
+ RNGestureHandler: 1afb4b52b44d68a545706e74821890d260d9fb71
634
634
RNScreens: c09986e2086f03fb9fcaefbff7126fd3a2bb1cf5
635
635
RNVectorIcons: 4a5bf25944f3f8157ec86845a967fb10f29bceef
636
636
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Original file line number Diff line number Diff line change 18
18
"lodash" : " ^4.17.21" ,
19
19
"react" : " 18.2.0" ,
20
20
"react-native" : " 0.72.17" ,
21
- "react-native-gesture-handler" : " ^ 2.17.1" ,
21
+ "react-native-gesture-handler" : " 2.17.1" ,
22
22
"react-native-paper" : " ^5.13.1" ,
23
23
"react-native-safe-area-context" : " ^4.7.1" ,
24
24
"react-native-screens" : " ^3.22.1" ,
Original file line number Diff line number Diff line change @@ -5276,14 +5276,15 @@ react-is@^17.0.1:
5276
5276
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
5277
5277
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
5278
5278
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 ==
5283
5283
dependencies :
5284
5284
" @egjs/hammerjs" " ^2.0.17"
5285
5285
hoist-non-react-statics "^3.3.0"
5286
5286
invariant "^2.2.4"
5287
+ prop-types "^15.7.2"
5287
5288
5288
5289
react-native-paper@^5.13.1 :
5289
5290
version "5.13.1"
You can’t perform that action at this time.
0 commit comments