MyRefreshControl.js 143 B

123456
  1. export const MyRefreshProps = {
  2. title: 'Refresh',
  3. titleColor: '#999',
  4. colors: [colorAccent, colorPrimaryDark],
  5. tintColor: colorAccent
  6. }