美文网首页
类js ---react native

类js ---react native

作者: 考拉程序媛 | 来源:发表于2020-10-07 17:08 被阅读0次

    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;">

    常用三方组件:

    1. loadash -- 低版本系统 一些函数不支持.
    2. performance-now -- performance.now().更加专业,专门测试执行时间
    3. moment -- 管理日期和时间的工具
    4. react-native-code-push -- 热更新组件
    5. react-native-i18n -- 国际化组件
    6. react-native-device-info -- 设备信息
    7. bugsnag-react-native && react-native-sentry -- bug收集工具 适用于rn 前者收费
    8. crypto-js -- 加密工具
    9. libphonenumber-js -- 手机号码校验库
    10. lottie-react-native -- 动画库
    11. numeral -- 格式化数字
    12. react-native-animatable -- 动画
    13. react-native-fetch-blob -- 图片上传
    14. react-native-popup-menu -- 菜单弹出组件
    15. react-native-progress -- 进度条
    16. react-native-render-html -- html转换本地视图组件
    17. react-native-root-siblings -- 悬浮界面
    18. react-native-sound -- 声音
    19. react-native-video -- 视频播放
    20. react-native-view-shot -- 截屏组件
    21. react-static-container --
    22. rnkit-actionsheet-picker -- 选择器
    23. react-native-carousel 轮播图
    24. react-native-countdown 倒计时
    25. react-native-fileupload 文件上传
    26. react-native-side-menu 侧边栏
    27. react-native-viewpager 分页浏览
    28. react-native-tab-navigator 底部或上部导航框架(不可滑动)
    29. react-native-touch-id 指纹
    30. jpush-react-native 极光推送
    31. react-native-simple-router 简易路由跳转框架
    32. react-native-storage 持久化存储
    33. react-native-sortable-listview 分类ListView
    34. react-native-easy-toast 一款简单易用的 Toast 组件
    35. react-native-rn-cacheimage 图片缓存组件

    </article>

    相关文章

      网友评论

          本文标题:类js ---react native

          本文链接:https://www.haomeiwen.com/subject/yyjvuktx.html