设为首页 加入收藏

TOP

React Native 之ScrollView轮播图实现(五)
2017-10-13 10:49:41 】 浏览:770
Tags:React Native ScrollView 实现
sp; scrollView.scrollResponderScrollTo({x:offsetX,y:
0,animated:true});         },          this.props.duration        );       }   }      const styles = StyleSheet.create({     continer:{       backgroundColor: '#dddddd'     },     imageStyle:{       height:400,       width:ScreenWidth     },     pageViewStyle:{       height:25,       width:ScreenWidth,       backgroundColor:'rgba(0,0,0,0.4)',       position:'absolute',       bottom:0,          flexDirection:'row',       alignItems:'center',     }   });  

 

首页 上一页 2 3 4 5 下一页 尾页 5/5/5
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇图片的懒加载问题 下一篇html锚点 点击跳转到页面指定位置

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目