1 Star 1 Fork 0

gaozh1024/rn-libs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
gaozh1024 提交于 2024-04-28 08:44 . 修改 yoronsoft
npm i @yoronsoft/js-utils

// 支持react-native 版本 0.72.4

//  storage
npm i @react-native-async-storage/async-storage@1.23.1

//  clipboard
npm i @react-native-community/clipboard@1.5.1

//  nav
npm i @react-navigation/bottom-tabs@6.5.8
npm i @react-navigation/native@6.1.7
npm i @react-navigation/stack@6.3.17
npm i react-native-screens@3.25.0
npm i react-native-safe-area-context@4.7.2

//  deviceInfo
npm i react-native-device-info@10.9.0

//  download
npm i react-native-fs@2.20.0

//  languages
npm i react-native-localize@3.0.2

//  qrcode
npm i react-native-svg@13.13.0
npm i react-native-qrcode-svg@6.2.0

//  touchID
npm i react-native-touch-id@4.4.1

//  iconfont
npm i react-native-vector-icons@10.0.0

//  reanimated
npm i react-native-reanimated@3.5.4
//  配置 babel.config.js 
module.exports = {
  plugins: [
    //  添加在最后一行
    'react-native-reanimated/plugin',
  ]
};
// 项目创建需要安装
npm i react-native-gesture-handler
// 放在App.tsx 第一行
import "react-native-gesture-handler";
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gaozh1215/rn-libs.git
git@gitee.com:gaozh1215/rn-libs.git
gaozh1215
rn-libs
rn-libs
master

搜索帮助

A270a887 8829481 3d7a4017 8829481