We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51df1ba + c336d41 commit c86a440Copy full SHA for c86a440
components/HorizontalPager/HorizontalPager.js
@@ -317,7 +317,7 @@ HorizontalPager.defaultProps = {
317
renderOverlay: undefined,
318
renderPage: undefined,
319
renderPlaceholder: undefined,
320
- scrollEnabled: false,
+ scrollEnabled: true,
321
selectedIndex: 0,
322
showNextPage: false,
323
surroundingPagesToLoad: 2,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shoutem/ui",
3
- "version": "5.2.1",
+ "version": "5.2.2",
4
"description": "Styleable set of components for React Native applications",
5
"scripts": {
6
"lint": "eslint .",
0 commit comments