文件名称:可滚动 React Native 组件的标准界面,使组合组件变得更加容易。
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-28 10:03:24
React Native Awesome Components
react-native-scrollable-decorator @scrollable 装饰器让你的可滚动 React Native 组件符合标准接口,从而更容易组合组件。 这使您可以组合不同类型的 ScrollView 类组件,同时保留 ScrollView API,包括像 scrollTo 这样的方法。 有关此装饰器的混合版本,请参阅 ScrollableMixin。 安装 npm install react-native-scrollable-decorator 用法 使用@scrollable 装饰可滚动的 React 组件并实现 getScrollResponder(),它必须返回底层可滚动组件的滚动响应器。 let scrollable = require('react-native-scrollable-decorator'); @scrollable class InfiniteScrollView extends React.Component { static propTypes = { ...ScrollView.propTypes, renderScroll
【文件预览】:
react-native-scrollable-decorator-master
----package.json(756B)
----LICENSE(1KB)
----scrollable.js(1KB)
----.gitignore(526B)
----README.md(2KB)