React Native优秀博客,以及优秀的Github库列表(很多英文资料源自于awesome-react-native)
##完整开源项目
- f8app Facebook官方开发的,强烈推荐
- HackerNews-React-Native HackerNews的客户端
- react-native-gitfeed github客户端
- ZhiHuDaily-React-Native 知乎日报的客户端
- noder-react-native cnodejs.org的App
- react-native-dribbble-app Dribbble app
- Reading 一个值得借鉴的学习工程
- react-native-nba-app 查看NBA比赛信息和数据的APP
- 官方Demo App
- ReactNativeNews 一个简单的新闻客户端
- react-native-demo 模仿天猫首页的Demo
##网址
##Libraries
- awesome-react-native 老外搜集的优秀的React Native文章,库(资料很全)
- apsl-react-native-button 定义了一个Button支持用Style来配置
- react-native-action-button 支持多种点击事件的Button控件
- react-native-button 另一个Button组件
- ex-navigator 封装Navigator,以Route为中心的Navigator
- gl-react-native React Native中使用OPENGL来实现复杂的图片和components渲染
- react-native-activity-view iOS上的分享和action sheets组件
- react-native-app-intro 引导页
- react-native-blur 添加模糊或者毛玻璃效果
- react-native-calendar 日历
- react-native-chart 绘图(折线图,柱状图,扇形图)
- react-native-circular-progress 圆形的显示进度的视图
- react-native-collapsible可 折叠的component
- React Native Drawer 抽屉效果,可 用来实现侧拉菜单
- react-native-dropdown下拉菜单
- ReactNativeEffectsView 封装了iOS 8上的UIVisualEffectViews,在React Native中实现毛玻璃效果
- react-native-gesture-password 手势解锁,支持iOS和Android
- react-native-gifted-form 在React Native中方便的使用表格
- react-native-gifted-listview 下拉刷新和上拉加载的ListView
- react-native-gifted-messenger 方便的实现聊天UI
- react-native-grid-view 网格视图,类似iOS中的UICollectionView
- react-native-image-picker 用Native UI来选择图片或者拍照
- react-native-keyboard-spacer 适用于iOS的根据键盘自动调整输入框
- react-native-keyboardevents 监听键盘显示/隐藏
- react-native-lightbox 图片全屏预览
- react-native-looped-carousel 视图轮播
- react-native-mapbox-gl 地图
- react-native-maps 地图
- react-native-material-design material design
- react-native-material-kit 一组UI Components,为了介绍 Material Design
- react-native-modalbox 用于模态显示的Component
- react-native-navbar 导航栏
- react-native-orientation 监听设备旋转
- react-native-parallax parallax效果
- react-native-picker 选择器,可用于实现时间选择,区域选择
- react-native-popover 弹出气泡框的Component
- react-native-progress-hud ProgressHUD
- react-native-refresher 支持下拉刷新的listview
- react-native-router类似Navigator的导航控制器
- react-native-scrollable-tab-view 支持左右滚动的来切换tab的tableview
- react-native-controllers 封装了 原生的iOS 导航栏,tabbar,抽屉效果等。
- react-native-search-bar 封装iOS原生UISearchBar
- react-native-spinkit 一组Activity指示器
- react-native-splashscreen App载入视图,启动后自动隐藏
- react-native-svgkit 显示SVG格式图片
- react-native-swipeout 类似TableViewCell的左滑删除,支持Component滑动
- react-native-swiper 视图轮播,上下/左右滑动组件,类似UICollectionView
- react-native-tableview 封装iOS原生UITableview
- react-native-vector-icons 3000+支持自定义的图标
- react-native-sglistview 为了解决React Native中ListView的内存问题
- react-native-markdown 支持markdown的conponent
- react-native-sqlite-storage iOS/Android上的Sqlite3封装
- react-native-store 封装了react-native AsyncStorage
- react-native-camera 相机组建
- react-native-video 视频组建
##中文博客
##英文博客