摘要: 使用reactnative的panResponder组件实现手势响应的一系列函数 componentWillMount() { this._panResponder = PanResponder.create({ onStartShouldSetPanResponder: this._handleS 阅读全文
posted @ 2017-02-20 16:38 就爱抢小孩的玩具 阅读(4637) 评论(0) 推荐(0)
摘要: 原图是这样的,我们要拿这个做背景图,铺满整个手机屏幕 在做背景图片的时候这样写: <Image source = {uri:img} style = {width:width,height:height}/> 显示如图: 发现杯子的底座和火焰都被截掉了。 这里默认了resizeMode ='cove 阅读全文
posted @ 2017-02-20 16:02 就爱抢小孩的玩具 阅读(3087) 评论(0) 推荐(0)