React Native 的可扩展组件

时间:2021-06-08 16:21:49
【文件属性】:
文件名称:React Native 的可扩展组件
文件大小:572KB
文件格式:ZIP
更新时间:2021-06-08 16:21:49
React Native Awesome Components react-native-expand React Native 的可扩展组件入门 npm install react-native-expand --save 示例用法类 App extends React.Component { constructor(props) { super(props); this.ds = [BandageIcon,CallIcon,DislikeIcon, FistIcon, FlowersIcon, HeartIcon, LikeIcon, LikingIcon, PartyIcon, PokeIcon, SuperLikeIcon, VictoryIcon]; } renderRowData(rowData, index) { return ( 行{index + 1} {LOREM_IPSUM} ); } 渲染(){ 返回( ) } } 属性 Prop 描述 默认 contentPanelStyle 组件容器的样式。 无 footerPanelStyle 页脚容器的样式。 无 footerTextStyle 页脚文本的样式。 无 dataSour
【文件预览】:
react-native-expand-master
----.travis.yml(64B)
----.eslintrc(477B)
----.babelrc(31B)
----index.js(100B)
----package.json(777B)
----Example()
--------ios()
--------.babelrc(31B)
--------images()
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(1KB)
--------package.json(498B)
--------__tests__()
--------index.ios.js(201B)
--------.gitignore(774B)
--------App.js(2KB)
--------index.android.js(201B)
--------.buckconfig(114B)
--------.gitattributes(16B)
----LICENSE(1KB)
----.npmignore(282B)
----.gitignore(791B)
----components()
--------ExpandActionPanel.js(1KB)
--------ExpandablePanel.js(2KB)
----README.md(2KB)
----.eslintignore(9B)

网友评论