会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cielu
博客园
首页
新随笔
联系
订阅
管理
2017年6月5日
对react native 的AsyncStorage 进行小型封装
摘要: /** * @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
阅读(844)
评论(0)
推荐(0)
2017年6月4日
react-native使用Swiper在安卓上不显示
摘要: 在使用 swiper 的时候,发现在安卓机下,如果用到了可滚动组件(如:FlatList , SectionList,ListView,ScrollView 等),swiper无法正常显示。点击查看原文 解决方案: constructor(props) { super(props); this.st
阅读全文
posted @ 2017-06-04 13:00 cielu
阅读(3271)
评论(0)
推荐(0)
公告