react-native-smooth-pull-to-refresh:自定义拉动以刷新React Native的组件

时间:2024-05-22 10:18:36
【文件属性】:

文件名称:react-native-smooth-pull-to-refresh:自定义拉动以刷新React Native的组件

文件大小:71KB

文件格式:ZIP

更新时间:2024-05-22 10:18:36

typescript react-native styled-components animation recompose

React本机平滑拉动以刷新 使用为React Native实现拉动刷新组件。 该解决方案仅使用纯Js即可支持iOS和Android。 安装 安装套件 $ npm install --save react-native-smooth-pull-to-refresh # or $ yarn add react-native-smooth-pull-to-refresh 示范项目 基本用法 import { PullToRefreshView } from "react-native-smooth-pull-to-refresh" ; export class App extends Component < AppProps> { public state : AppState = { title : "Pull down to refresh" ,


【文件预览】:
react-native-smooth-pull-to-refresh-master
----.gitignore(815B)
----package.json(2KB)
----tslint.json(1KB)
----src()
--------PullAnimation.tsx(1KB)
--------PullToRefreshView.android.tsx(7KB)
--------__tests__()
--------PullToRefreshProps.ts(666B)
--------PullToRefreshView.ios.tsx(5KB)
----.travis.yml(157B)
----jest.config.js(712B)
----LICENSE(1KB)
----tsconfig.json(562B)
----README.md(3KB)
----index.ts(73B)
----rn-cli.config.js(174B)
----.gitattributes(16B)
----.prettierrc(177B)
----yarn.lock(211KB)

网友评论