diff --git a/screens/HomeScreen.js b/screens/HomeScreen.js index 70c5a8959..8e179dfc3 100644 --- a/screens/HomeScreen.js +++ b/screens/HomeScreen.js @@ -155,10 +155,12 @@ export default class HomeScreen extends React.Component { style={styles.container} contentContainerStyle={{flexGrow: 1}} refreshControl={ - this.onRefresh()} - /> + Platform.OS === 'ios' ? ( + this.onRefresh()} + /> + ) : null } > {!this.state.isVideoPlaying && (