“ maintainVisibleContentPosition”道具对Android react-native的支持-Android开发

时间:2024-06-15 06:59:22
【文件属性】:

文件名称:“ maintainVisibleContentPosition”道具对Android react-native的支持-Android开发

文件大小:471KB

文件格式:ZIP

更新时间:2024-06-15 06:59:22

Android Utility

对Android react-native的“ maintainVisibleContentPosition”道具支持对Android react-native的maintainVisibleContentPosition道具支持。 在react-native中,ScrollView(和FlatList)组件支持proptainVisibleContentPosition属性,这对于希望看到新消息滚动到适当位置的类似于聊天的应用程序非常有用。 尽管目前只有iOS支持。 因此,在这里我们为FlatList和ScrollView构建了一个简单的包装器,以添加对该Android道具的支持。 在iOS上,我们只需从react-na返回FlatList和ScrollView


【文件预览】:
flat-list-mvcp-main
----.circleci()
--------config.yml(2KB)
----.gitignore(580B)
----tsconfig.json(919B)
----README.md(3KB)
----Example()
--------ios()
--------.gitignore(813B)
--------index.tsx(183B)
--------android()
--------App.tsx(274B)
--------__tests__()
--------.gitattributes(16B)
--------package.json(724B)
--------src()
--------.buckconfig(114B)
--------.flowconfig(2KB)
--------app.json(51B)
--------.watchmanconfig(2B)
--------babel.config.js(77B)
--------metro.config.js(4KB)
--------yarn.lock(304KB)
--------.eslintrc.js(74B)
--------.prettierrc.js(120B)
----android()
--------.project(435B)
--------build.gradle(3KB)
--------.settings()
--------src()
--------gradle.properties(175B)
----LICENSE(1KB)
----.gitattributes(71B)
----package.json(4KB)
----CONTRIBUTING.md(8KB)
----src()
--------FlatList.tsx(67B)
--------FlatList.android.tsx(4KB)
--------ScrollView.tsx(71B)
--------index.ts(104B)
--------ScrollView.android.tsx(4KB)
--------useMvcpTuner.ts(2KB)
----.editorconfig(283B)
----babel.config.js(77B)
----yarn.lock(435KB)

网友评论