1.1.4 • Published 6 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
6 months ago
1.1.3
6 months ago
1.1.2
7 months ago
1.1.1
7 months ago
1.1.0
9 months ago
1.0.14
9 months ago
1.0.13
9 months ago
1.0.12
10 months ago
1.0.11
10 months ago
1.0.9
10 months ago
1.0.8
10 months ago
1.0.7
10 months ago
1.0.6
10 months ago
1.0.10
10 months ago
1.0.5
10 months ago
1.0.2
11 months ago
1.0.4
11 months ago
1.0.3
11 months ago
1.0.1
12 months ago
1.0.0
12 months ago