React Native 库来检测专注于 ScrollView 的孩子。

时间:2024-06-28 10:04:34
【文件属性】:

文件名称:React Native 库来检测专注于 ScrollView 的孩子。

文件大小:22.72MB

文件格式:ZIP

更新时间:2024-06-28 10:04:34

React Native Awesome Components

react-native-focus-scroll react-native-focus-scroll 可以检测滚动时哪些孩子是焦点。 安装 $ npm i react-native-focus-scroll TODO 添加 FocusScrollView 支持水平滚动 添加一个 android 示例 用法 import React, { Component } from 'react'; 从'react-native'导入{视图,图像,}; import { FocusScrollView } from 'react-native-focus-scroll'; class BeerComponent extends Component { render() { let style; if (this.props.isFocused) { style = {opacity: 1}; } else { style = {opacity: 0.4}; } 返回 ( ) } } 导出默认类示例扩展组件 { render() { const urls = [ "https://github.c


【文件预览】:
react-native-focus-scroll-master
----example()
--------ios()
--------.babelrc(34B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(1KB)
--------package.json(511B)
--------__tests__()
--------assets()
--------app.json(51B)
--------index.ios.js(3KB)
--------anim.gif(11.16MB)
--------.gitignore(774B)
--------index.android.js(1KB)
--------.buckconfig(114B)
--------anim-horizontal.gif(11.33MB)
--------yarn.lock(138KB)
--------.gitattributes(16B)
----package.json(622B)
----focus-scroll.js(3KB)
----LICENSE(1KB)
----.gitignore(21B)
----README.md(3KB)
----.npm-ignore(43B)

网友评论