react-native-stickyheader:列表上悬浮的cell

时间:2024-05-31 07:29:31
【文件属性】:

文件名称:react-native-stickyheader:列表上悬浮的cell

文件大小:393KB

文件格式:ZIP

更新时间:2024-05-31 07:29:31

JavaScript

react-native-stickyheader 介绍 此组件实现类似React Native ScrollView组件的吸顶效果。 使用原生驱动动画,支持FlatList,SectionList,ListView等有onScroll方法的组件。 效果 iOS Android Example import React, { useState, useCallback, useRef, useEffect } from 'react'; import { StyleSheet, Text, View, FlatList, Animated } from 'react-native'; import StickyHeader from 'react-native-stickyheader'; function App() { const scrollY = useRef(new Anim


【文件预览】:
react-native-stickyheader-master
----example()
--------ios()
--------index.js(183B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(2KB)
--------package.json(942B)
--------__tests__()
--------app.json(75B)
--------package-lock.json(378KB)
--------.eslintrc.js(14KB)
--------.gitignore(813B)
--------App.js(2KB)
--------.buckconfig(114B)
--------.prettierrc.js(184B)
--------yarn.lock(300KB)
--------metro.config.js(300B)
--------.gitattributes(16B)
--------babel.config.js(77B)
----package.json(1KB)
----LICENSE(1KB)
----src()
--------index.js(73B)
--------index.d.ts(326B)
--------StickyHeader.js(2KB)
----.eslintrc.js(14KB)
----.gitignore(978B)
----.prettierrc.js(184B)
----README.md(3KB)

网友评论