UNPKG

react-native-pull-to-refresh

Version:

The Pull-To-Refresh ScrollView component for React Native

15 lines (11 loc) 218 B
'use strict' import React from 'react-native' var style = React.StyleSheet.create({ IndicatorWrap: { justifyContent: 'center', alignItems: 'center', left: 0, right: 0 } }) module.exports = style