1.1.4 • Published 5 months ago
@yoronsoft/rn-core v1.1.4
创建项目
npx @react-native-community/cli init rn_your_project_name --version 0.73.9
安装框架
npm i @yoronsoft/js-utils
npm i @yoronsoft/rn-core
--- 复制 rn-core-template 中的代码到项目中
--- 需要单独在项目中安装
npm i react-native-device-info
npm i @react-native-async-storage/async-storage
// 导航
npm i @react-navigation/native
npm i @react-navigation/stack
npm i react-native-screens
npm i react-native-safe-area-context
npm i @react-navigation/bottom-tabs
// 动画
npm i react-native-reanimated
// 需要再App.tsx 第一行添加: import 'react-native-gesture-handler';
npm i react-native-gesture-handler
--- 安装完成
修改 ndkVersion
android -> build.gradle -> ndkVersion = "26.3.11579264"
1.1.4
5 months ago
1.1.3
5 months ago
1.1.2
6 months ago
1.1.1
6 months ago
1.1.0
8 months ago
1.0.14
8 months ago
1.0.13
8 months ago
1.0.12
9 months ago
1.0.11
9 months ago
1.0.9
9 months ago
1.0.8
9 months ago
1.0.7
9 months ago
1.0.6
9 months ago
1.0.10
9 months ago
1.0.5
9 months ago
1.0.2
10 months ago
1.0.4
10 months ago
1.0.3
10 months ago
1.0.1
11 months ago
1.0.0
11 months ago