https://es6.ruanyifeng.com
https://www.w3school.com.cn/js/index.asp
https://www.lodashjs.com
https://www.tslang.cn/docs/home.html
https://reactnative.cn/docs/components-and-apis
https://reactnavigation.org/docs/drawer-based-navigation/
https://www.reactnavigation.org.cn
json和xml
https://www.cnblogs.com/ajanuw/p/9122228.html
时间
https://blog.csdn.net/fsxxzq521/article/details/85715213
sha1
https://www.jb51.net/article/82831.htm/
键盘遮盖
keyborad-aware-scroll-view
<article class="baidu_pl" style="box-sizing: inherit; outline: 0px; display: block; position: relative; padding-top: 16px;">
常用三方组件:
- loadash -- 低版本系统 一些函数不支持.
- performance-now -- performance.now().更加专业,专门测试执行时间
- moment -- 管理日期和时间的工具
- react-native-code-push -- 热更新组件
- react-native-i18n -- 国际化组件
- react-native-device-info -- 设备信息
- bugsnag-react-native && react-native-sentry -- bug收集工具 适用于rn 前者收费
- crypto-js -- 加密工具
- libphonenumber-js -- 手机号码校验库
- lottie-react-native -- 动画库
- numeral -- 格式化数字
- react-native-animatable -- 动画
- react-native-fetch-blob -- 图片上传
- react-native-popup-menu -- 菜单弹出组件
- react-native-progress -- 进度条
- react-native-render-html -- html转换本地视图组件
- react-native-root-siblings -- 悬浮界面
- react-native-sound -- 声音
- react-native-video -- 视频播放
- react-native-view-shot -- 截屏组件
- react-static-container --
- rnkit-actionsheet-picker -- 选择器
- react-native-carousel 轮播图
- react-native-countdown 倒计时
- react-native-fileupload 文件上传
- react-native-side-menu 侧边栏
- react-native-viewpager 分页浏览
- react-native-tab-navigator 底部或上部导航框架(不可滑动)
- react-native-touch-id 指纹
- jpush-react-native 极光推送
- react-native-simple-router 简易路由跳转框架
- react-native-storage 持久化存储
- react-native-sortable-listview 分类ListView
- react-native-easy-toast 一款简单易用的 Toast 组件
- react-native-rn-cacheimage 图片缓存组件
</article>
网友评论