diff --git a/react/features/base/react/components/native/PagedList.js b/react/features/base/react/components/native/PagedList.js index d02b70460..53f12e1f7 100644 --- a/react/features/base/react/components/native/PagedList.js +++ b/react/features/base/react/components/native/PagedList.js @@ -1,7 +1,7 @@ // @flow import React, { Component } from 'react'; -import { Text, TouchableOpacity, View } from 'react-native'; +import { SafeAreaView, Text, TouchableOpacity, View } from 'react-native'; import { connect } from 'react-redux'; import { Icon } from '../../../font-icons'; @@ -215,13 +215,13 @@ class PagedList extends Component { { this._renderPage(pages[pageIndex], disabled) } - + { pages.map((page, index) => this._renderPageIndicator( page, index, disabled )) } - + ); } @@ -247,7 +247,7 @@ class PagedList extends Component { key = { index } onPress = { this._onSelectPage(index) } style = { styles.pageIndicator } > - +