Skip to content

Commit

Permalink
Merge pull request #729 from shoutem/hotfix/5.2.2
Browse files Browse the repository at this point in the history
hotfix 5.2.2 -> master
  • Loading branch information
majaklajic authored Jun 6, 2022
2 parents 51df1ba + c336d41 commit c86a440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/HorizontalPager/HorizontalPager.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ HorizontalPager.defaultProps = {
renderOverlay: undefined,
renderPage: undefined,
renderPlaceholder: undefined,
scrollEnabled: false,
scrollEnabled: true,
selectedIndex: 0,
showNextPage: false,
surroundingPagesToLoad: 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "5.2.1",
"version": "5.2.2",
"description": "Styleable set of components for React Native applications",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c86a440

Please sign in to comment.