UNPKG

@cqfw/react-native-pull-to-refresh

Version:

a pull to refresh component for react-native, same api on both android and ios.

13 lines (12 loc) 273 B
/** * 作者:请叫我百米冲刺 on 2018/1/2 下午1:00 * 邮箱:mail@hezhilin.cc */ 'use strict'; import React, {Component} from "react"; import {View} from "react-native"; export default class extends Component { render() { return (<View/>) } }