文件名称:react-native-scroll-up:一个React Native组件以添加自定义按钮以滚动回顶部
文件大小:534KB
文件格式:ZIP
更新时间:2024-06-02 18:16:30
react-native scrolltop scrollto scrolltotop scrollup
React本机向上滚动 一个React Native组件以添加自定义按钮以滚动回顶部 安装 npm install react-native-scroll-up 或者 yarn add react-native-scroll-up 预习 演示版 例子 基本范例 import React from 'react' ; import { ScrollView , View , Text } from 'react-native' ; import ScrollUp from 'react-native-scroll-up' ; const data = Array . from ( Array ( 20 ) ) ; class App extends React . Component { state = { visible : false , } ; handleOnS
【文件预览】:
react-native-scroll-up-master
----.eslintrc(1KB)
----index.js(6KB)
----package.json(833B)
----assets()
--------screenshot.gif(613KB)
----LICENSE(1KB)
----.npmignore(56B)
----examples()
--------FlatListExample.js(1KB)
--------ScrollViewExample.js(1KB)
----.gitignore(892B)
----README.md(4KB)