Skip to content

Commit c114df3

Browse files
author
majaklajic
authored
Merge pull request #494 from shoutem/release/2.0.11
Release/2.0.11
2 parents 626486f + 06b5524 commit c114df3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/ListView.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ class ListView extends Component {
144144
// style
145145
mappedProps.style = style.list;
146146
mappedProps.contentContainerStyle = style.listContent;
147+
148+
if ((Platform.OS === 'ios') && (parseInt(Platform.Version, 10) === 13)) {
149+
mappedProps.scrollIndicatorInsets={ right: 1 };
150+
}
147151

148152
// rendering
149153
mappedProps.ListHeaderComponent = this.createListHeaderComponent(renderHeader, autoHideHeader);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/ui",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Styleable set of components for React Native applications",
55
"dependencies": {
66
"@shoutem/animation": "~0.12.4",

0 commit comments

Comments
 (0)