记录一下自己暂目前了解和使用的一些开源库和官方文档和优秀博客介绍,希望对你有帮助☺️:

1.Toast:

https://github.com/magicismight/react-native-root-toast

2.图标的使用:

https://github.com/oblador/react-native-vector-icons

3.选择照片:

https://github.com/lwansbrough/react-native-camera

4.二级菜单:

https://github.com/vczero/react-native-tab-menu

5.日历组件:

https://github.com/vczero/react-native-calendar

6.轮播组件:

https://github.com/leecade/react-native-swiper

7.模态对话框:

https://github.com/devWayne/react-native-modal

8.Tab-navitor:

https://github.com/happypancake/react-native-tab-navigator

9.滑动切换:

https://github.com/skv-headless/react-native-scrollable-tab-view

参考博客:

http://www.jianshu.com/p/b7788c3d106e

10.侧滑:

https://github.com/root-two/react-native-drawer

11.导航栏:

https://github.com/react-community/react-navigation

官方文档: https://reactnavigation.org/docs/navigators/stack

参考博客:

http://blog.csdn.net/sinat_17775997/article/details/70176688

http://blog.csdn.net/u013718120/article/details/72357698

12.TabBar:

npm i react-native-tab-navigator --save

13.navigation:

https://github.com/wix/react-native-navigation

14.下拉刷新,上拉加载:react-native-pull

http://www.jianshu.com/p/017264724d49

15.iOS个推:

https://github.com/GetuiLaboratory/react-native-getui/blob/master/example/document/iOS.md

16.加载HTML文本信息展示成视图:

https://github.com/siuying/react-native-htmltext

https://www.oschina.net/p/react-native-htmlview

17.文件操作:

https://github.com/itinance/react-native-fs

18.数据存储:react-native-storage

https://github.com/sunnylqm/react-native-storage/blob/master/README-CHN.md

19.数据库:react-native-sqlite 不支持Android

https://github.com/almost/react-native-sqlite

20.动画:react-native-animatable

21.仿QQ微信列表左右滑动删除 react-native-swipe-list-view:

https://github.com/dancormier/react-native-swipeout

22.图片查看器:

https://github.com/halilb/react-native-photo-browser

23.react-native-simple-store:

使用AsyncStorage,但是发现构建相同的保存和获取功能变得很冗长乏味,太烦人,而这个 Simple Store是基于AsyncStorage 之上构建,能够简单直接访问设备.

24.react-native-timeago:时间处理

25.数据库操作: react-native-sqlite-storage

26.TextInput输入键盘适应:

react-native-keyboard-aware-scroll-view

27.启动屏:

https://github.com/crazycodeboy/react-native-splash-screen

28.城市列表选择:

http://blog.csdn.net/liu__520/article/details/53671912

29.相册图片选择,拍照,裁剪图片:

https://github.com/ivpusic/react-native-image-crop-picker

React Native常用的第三方开源库的更多相关文章

  1. iOS项目中常用的第三方开源库

    1.项目使用的第三方开源库 项目使用了CocoaPods(类似java中的maven)管理常用的第三方库,一些特殊的单独引用,下面介绍下比较好用的几个. (1)AFNetworking 目前比较推荐的 ...

  2. 开源框架】Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发

    [原][开源框架]Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发,欢迎各位... 时间 2015-01-05 10:08:18 我是程序猿,我为自己代言 原文  http: ...

  3. Android 第三方开源库收集整理(转)

    原文地址:http://blog.csdn.net/caoyouxing/article/details/42418591 Android开源库 自己一直很喜欢Android开发,就如博客签名一样,  ...

  4. 45.Android 第三方开源库收集整理(转)

    原文地址:http://blog.csdn.net/caoyouxing/article/details/42418591 Android开源库 自己一直很喜欢Android开发,就如博客签名一样,  ...

  5. 【开源框架】Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发,欢迎各位网友补充完善

    链接地址:http://www.tuicool.com/articles/jyA3MrU 时间 2015-01-05 10:08:18  我是程序猿,我为自己代言 原文  http://blog.cs ...

  6. Autolayout 第三方开源库

    转载自:http://blog.csdn.net/hmt20130412/article/details/46638625 今天才发现CSDN支持markdown了…还是给出新博客地址:Autolay ...

  7. Android之史上最全最简单最有用的第三方开源库收集整理

    Android开源库 自己一直很喜欢Android开发,就如博客签名一样, 我是程序猿,我为自己代言 . 在摸索过程中,GitHub上搜集了很多很棒的Android第三方库,推荐给在苦苦寻找的开发者, ...

  8. 第三方开源库和jar包的区别

    jar包和第三方开源库的根本区别在于,开源库的功能比jar包功能更强大,通过引入库项目可以访问java文件以及该开源库项目下的资源文件,例如图片,layout等文件 jar包中只能放class文件 引 ...

  9. Android Studio 简介及导入 jar 包和第三方开源库方[转]

    原文:http://blog.sina.com.cn/s/blog_693301190102v6au.html Android Studio 简介 几天前的晚上突然又想使用 Android Studi ...

随机推荐

  1. Ping-Pong (Easy Version)的解析

    原题链接:http://codeforces.com/problemset/problem/320/B 之前自己做的时候一直读不懂题意,看了大佬的博客才知道是用dfs写,一道暴力搜索大水题https: ...

  2. 【转载】@Component, @Repository, @Service的区别

    @Component, @Repository, @Service的区别 官网引用 引用spring的官方文档中的一段描述: 在Spring2.0之前的版本中,@Repository注解可以标记在任何 ...

  3. osm2pgsql

    osm2pgsql -d gis --create --slim --drop --flat-nodes '/data/nodes.bin' -G --hstore --tag-transform-s ...

  4. InheritableThreadLocal——父线程传递本地变量到子线程的解决方式及分析

    转自https://blog.csdn.net/hewenbo111/article/details/80487252 上一个博客提到ThreadLocal变量的基本使用方式,可以看出ThreadLo ...

  5. 如何低成本搭建dnslog服务器

    DNSLog,简单来说,就是通过记录对于域名的DNS请求,通过dns请求这个相对"隐蔽"的渠道,来委婉地获取到想要获得的信息. 例如,在一个针对mysql数据库的注入中,如果没有回 ...

  6. 2018ccpc吉林 E:THE TOWER——数形结合

    题目 链接 给你一个圆锥(位于坐标原点,告诉你高h 和底面半径 r),和一个点(x,y,z)并告诉你这个点的速度, 让你求点和圆锥相撞的最小时间(保证一定相撞) 分析 易知,将直线的参数方程与圆锥曲面 ...

  7. 【细谈Java并发】谈谈LinkedBlockingQueue(转)

    最近在看concurrent包的知识,看到LinkedBlockingQueue,发现一篇好文推荐给大家.原文地址:[细谈Java并发]谈谈LinkedBlockingQueue 1.简介 上篇我们介 ...

  8. Delphi 实现Ping命令

    Delphi  实现Ping命令 unit FtPing; interface uses Windows, SysUtils, Classes, Controls, Winsock, StdCtrls ...

  9. I am coming..

    It's so great to start the blog here since it's been a long time that I want to start such kind of l ...

  10. oracle表查询

    使用scott用户中存在的emp.dept表等做演示 一.单表查询 查看表结构:desc dept; 查看所有列:select * from dept: 查询指定列:select ename,sal, ...