Skip to content

Commit bcf6a9f

Browse files
author
Piotr Trocki
committed
chore: update lib folder
1 parent 8e43678 commit bcf6a9f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ PODS:
185185
- React-cxxreact (= 0.63.4)
186186
- React-jsi (= 0.63.4)
187187
- React-jsinspector (0.63.4)
188-
- react-native-pager-view (5.1.5):
188+
- react-native-pager-view (5.1.6):
189189
- React-Core
190190
- react-native-safe-area-context (3.2.0):
191191
- React-Core
@@ -382,7 +382,7 @@ SPEC CHECKSUMS:
382382
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
383383
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
384384
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
385-
react-native-pager-view: c0c3833fbf06f3c63fb0ef8c4125bf1363b073d8
385+
react-native-pager-view: 215ce4f3901da4da9cd36210db7f513d2e868fc2
386386
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
387387
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
388388
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b

lib/typescript/types.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ export interface PagerViewProps {
8787
* See http://facebook.github.io/react-native/docs/view.html#onMoveShouldsetrespondercapture
8888
*/
8989
onMoveShouldSetResponderCapture?: (event: ReactNative.GestureResponderEvent) => boolean;
90+
/**
91+
* Does this view want to become responder on the start of a touch?
92+
*
93+
* See https://reactnative.dev/docs/view#onstartshouldsetrespondercapture
94+
*/
95+
onStartShouldSetResponder?: (event: ReactNative.GestureResponderEvent) => boolean;
9096
/**
9197
* iOS only
9298
*/

0 commit comments

Comments
 (0)