摘要: /** * @overview A minimalistic wrapper around React Native's AsyncStorage. * @license MIT */import { AsyncStorage } from 'react-native';import merge f 阅读全文
posted @ 2017-06-05 18:33 cielu 阅读(836) 评论(0) 推荐(0) 编辑
摘要: 在使用 swiper 的时候,发现在安卓机下,如果用到了可滚动组件(如:FlatList , SectionList,ListView,ScrollView 等),swiper无法正常显示。点击查看原文 解决方案: constructor(props) { super(props); this.st 阅读全文
posted @ 2017-06-04 13:00 cielu 阅读(3249) 评论(0) 推荐(0) 编辑