We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0296dbb commit df1fae3Copy full SHA for df1fae3
1 file changed
versioned_docs/version-8.x/tab-view.md
@@ -480,6 +480,7 @@ The following built-in adapters are available:
480
- `PagerViewAdapter`: Uses [`react-native-pager-view`](https://github.com/callstack/react-native-pager-view) for rendering pages (default on Android & iOS).
481
- `PanResponderAdapter`: Uses [`PanResponder`](https://reactnative.dev/docs/panresponder) for handling gestures (default on Web and other platforms).
482
- `ScrollViewAdapter`: Uses [`ScrollView`](https://reactnative.dev/docs/scrollview) for rendering pages.
483
+- `DefaultAdapter`: Uses `PagerViewAdapter` on Android & iOS, and `PanResponderAdapter` on Web and other platforms.
484
485
To pass adapter-specific props, wrap the adapter in a function and forward the `TabView` props:
486
0 commit comments