React Native 第三方库整理
结合目前项目中的需求,且经过不懈查找,得到以下 RN 三方库,持续整理中…
- RN 内使用svg:react-native-svg
- 支持在 RN 内使用svg,可以自己编写或引入 svg 图片
- gihub:https://github.com/software-mansion/react-native-svg?tab=readme-ov-file
- 生成条形码:react-native-barcode-builder
- 支持生成部分格式的条形码,包括code128、code39等
- github:https://github.com/wonsikin/react-native-barcode-builder?tab=readme-ov-file
- 生成二维码:react-native-qrcode
- 支持生成普通格式二维码
- github:https://github.com/cssivision/react-native-qrcode
- 生成pdf417二维条码:react-native-barcode-pdf417
- 支持生成pdf417格式的二维码,由于版本较低,对于高版本rn,需要手动修改ART引入部分的源码
- github:https://github.com/GingerBear/react-native-barcode-pdf417
- 日期选择器:react-native-date-picker
- 支持年月日或时分秒选择,可弹窗展示,亦可选择下拉框展示
- github:https://github.com/henninghall/react-native-date-picker
- 渐变色:react-native-linear-gradient
- 支持渐变色背景
- github:https://github.com/react-native-linear-gradient/react-native-linear-gradient
- 文件读写:react-native-fs
- RN对本地文件或文件夹进行读、写、新建、删除等操作,使用时需要获取文件操作权限
- https://github.com/itinance/react-native-fs
3404

被折叠的 条评论
为什么被折叠?



