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

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. 如何通过字符串形式导包(importlib模块的使用)

    1 模块简介 Python提供了importlib包作为标准库的一部分.目的就是提供Python中import语句的实现(以及__import__函数).另外,importlib允许程序员创建他们自定 ...

  2. ubuntu16.04中不能连接无线网络

    安装完ubuntu desktop版之后,无线网络连接中没有出现当前可以连接的wifi列表. 直接插上网线之后,是可以上网的.但是还是不是很方便, 可以点击右上角的齿轮-->system set ...

  3. ubuntu卸载/更新Cmake

    CMake安装或CMake Error at CMakeLists 发生情景: 使用cmake命令安装软件时,报如下错误: CMake Error at CMakeLists.txt:4 (CMAKE ...

  4. string::crbegin string::crend

    const_reverse_iterator crbegin() const noexcept;功能:crbegin是最后一个字符,crend第一个字符的前一个.迭代器向左移动是“+”,向右移动是“- ...

  5. Switch按钮

    使用CSS+HTML5修改原生checkbox为Switch Button .switch { width: 45px; height: 15px; position: relative; borde ...

  6. struts2之关联查询(5)

    需要关联四个表 select g.*,b.name brname,s.bid,s.sname,bi.name biname  from T_GOODS g left join T_brand b on ...

  7. C语言编译错误:Variably modified array at file scope

    今天在编译一段C源程序时,遇到编译错误提示 error: variably modified 'data' at file scope.原因在于代码头部有这样几行: +; int data[maxsi ...

  8. [Javascript] Customize Behavior when Accessing Properties with Proxy Handlers

    A Proxy allows you to trap what happens when you try to get a property value off of an object and do ...

  9. bat文件设置环境变量脚本

    :: 获取管理员权限 @echo off % mshta vbscript:CreateObject()(window.close)&&exit cd /d "%~dp0&q ...

  10. JS栈内存与堆内存

    ㈠JavaScript变量 ⒈分类 ⑴JavaScript中的变量分为基本类型和引用类型. ⑵基本类型就是保存在栈内存中的简单数据段. ⑶引用类型指的是那些保存在堆内存中的对象. ⒉基本类型  基本类 ...