Skip to content

Commit c86a440

Browse files
authored
Merge pull request #729 from shoutem/hotfix/5.2.2
hotfix 5.2.2 -> master
2 parents 51df1ba + c336d41 commit c86a440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/HorizontalPager/HorizontalPager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ HorizontalPager.defaultProps = {
317317
renderOverlay: undefined,
318318
renderPage: undefined,
319319
renderPlaceholder: undefined,
320-
scrollEnabled: false,
320+
scrollEnabled: true,
321321
selectedIndex: 0,
322322
showNextPage: false,
323323
surroundingPagesToLoad: 2,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/ui",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Styleable set of components for React Native applications",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)