Skip to content

Commit 5ad6ffe

Browse files
committed
chore: update lib folder
1 parent 261ae39 commit 5ad6ffe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ PODS:
238238
- React-jsinspector (0.63.4)
239239
- react-native-safe-area-context (3.1.9):
240240
- React-Core
241-
- react-native-viewpager (5.0.10):
241+
- react-native-viewpager (5.0.11):
242242
- React-Core
243243
- React-RCTActionSheet (0.63.4):
244244
- React-Core/RCTActionSheetHeaders (= 0.63.4)
@@ -476,7 +476,7 @@ SPEC CHECKSUMS:
476476
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
477477
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
478478
react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94
479-
react-native-viewpager: 4eeb2de6808026a5a69976a72cdb4ebf905ce2b2
479+
react-native-viewpager: b99b53127d830885917ef84809c5065edd614a78
480480
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
481481
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
482482
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0

lib/typescript/src/types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ export interface ViewPagerProps {
7272
* be recreated from the adapter when needed.
7373
* Defaults to RecyclerView's caching strategy.
7474
* The given value must either be larger than 0.
75+
*
76+
* Only supported on Android.
7577
*/
7678
offscreenPageLimit?: number;
7779
children: ReactNode;

0 commit comments

Comments
 (0)