美文网首页
基于最新的react-native 0.65 重新搭建项目,可以

基于最新的react-native 0.65 重新搭建项目,可以

作者: 俗人彭jin | 来源:发表于2021-10-12 11:59 被阅读0次

    精心挑选可以用的库

    react-native-webview
    https://github.com/react-native-webview/react-native-webview

    react-native-toast-notifications
    https://github.com/arnnis/react-native-toast-notifications#demo

    react-native-vector-icons 图标组件集成 icon查看地址:https://oblador.github.io/react-native-vector-icons/

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

    react-native-image-crop-picker 图片上传 ,支持图片裁切

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

    react navigation 版本导航库

    https://reactnavigation.org/docs

    react-native-image-zoom-viewer 图片预览功能

    https://github.com/ascoders/react-native-image-viewer

    react-native-linear-gradient rn渐变色

    https://github.com/react-native-linear-gradient/react-native-linear-gradient

    yarn add @react-native-async-storage/async-storage rn操作storage

    https://react-native-async-storage.github.io/async-storage/docs/usage

    react-native-device-info // 获取设备唯一的id 啥的功能

    https://github.com/react-native-device-info/react-native-device-info#getuniqueid

    rescript-react-native/datetimepicker 日期选择插件

    https://github.com/rescript-react-native/datetimepicker
    https://github.com/henninghall/react-native-date-picker // 暂时没集成本插件

    react-native-orientation-lockers 强制横屏,或者监听切换屏幕的时候的操作

    https://www.npmjs.com/package/react-native-orientation-lockers

    react-native-keyboard-aware-scroll-view 自动避免键盘被遮挡

    https://www.npmjs.com/package/react-native-keyboard-aware-scroll-view

    react-native-swiper rn轮播图

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

    react-native-elements rn ui库

    https://github.com/react-native-elements/react-native-elements
    https://reactnativeelements.com/

    react-native-echarts-pro echarts-rn库
    https://github.com/supervons/react-native-echarts-pro/blob/master/README_CN.md

    react-native-actionsheet是一个React Native的ActionSheet组件。
    https://github.com/beefe/react-native-actionsheet
    https://www.jianshu.com/p/e6a291d678c3

    解决0.65 好多库下载不下来的问题
    https://github.com/react-native-video/react-native-video/pull/2462#issuecomment-907750528

    react-native-wheel-picker 选择器集大成解决方案 参考 解决0.65 好多库下载不下来的问题
    https://github.com/yz1311/react-native-wheel-picker

    react-native-video 视频播放插件
    https://github.com/react-native-video/react-native-video

    依赖于 react-native-video react-native-video-controls 视频播放插件的样式
    https://github.com/itsnubix/react-native-video-controls

    ios启动屏设置教程 安卓我是自己写的java代码

    https://www.jianshu.com/p/1d1ae1dd0a71

    相关文章

      网友评论

          本文标题:基于最新的react-native 0.65 重新搭建项目,可以

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