From 44e1789fe1fd9537c857bef669254b3741c5d2fd Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Tue, 28 May 2019 15:16:16 -0700 Subject: [PATCH 1/2] Update PagerDotIndicator.js --- viewpager/indicator/PagerDotIndicator.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/viewpager/indicator/PagerDotIndicator.js b/viewpager/indicator/PagerDotIndicator.js index 8689354b..08c354fe 100644 --- a/viewpager/indicator/PagerDotIndicator.js +++ b/viewpager/indicator/PagerDotIndicator.js @@ -65,10 +65,8 @@ export default class PagerDotIndicator extends Component { } const styles = StyleSheet.create({ container: { - position: 'absolute', + alignSelf: 'center', bottom: 10, - left: 0, - right: 0, flexDirection: 'row', alignItems: 'center', justifyContent: 'center' From cf371163e76c088cd9dbabc10294c9e3a1776a99 Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Tue, 28 May 2019 15:43:22 -0700 Subject: [PATCH 2/2] Update PagerDotIndicator.js --- viewpager/indicator/PagerDotIndicator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/viewpager/indicator/PagerDotIndicator.js b/viewpager/indicator/PagerDotIndicator.js index 08c354fe..59019cf8 100644 --- a/viewpager/indicator/PagerDotIndicator.js +++ b/viewpager/indicator/PagerDotIndicator.js @@ -66,6 +66,7 @@ export default class PagerDotIndicator extends Component { const styles = StyleSheet.create({ container: { alignSelf: 'center', + position: 'absolute', bottom: 10, flexDirection: 'row', alignItems: 'center',