File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3232
3333## Overview
3434
35- 项目使用了 React Native 构建了一个 [ V2EX] ( https://v2ex.com ) 移动客户端应用。目的是为了构建一个 React Native 快速开发脚手架。客户端数据完全基于 [ V2EX] ( https://v2ex.com ) 开放 API。基于 RN 0.70.4 。
35+ 项目使用了 React Native 构建了一个 [ V2EX] ( https://v2ex.com ) 移动客户端应用。目的是为了构建一个 React Native 快速开发脚手架。客户端数据完全基于 [ V2EX] ( https://v2ex.com ) 开放 API。基于 RN 0.70.5 。
3636
3737` Figma 设计稿 ` 已经开源,可[ 从此 Duplicate] ( https://www.figma.com/community/file/1101074002447399194 ) 。
3838
4949
5050## 完成
5151
52+ - [x] 升级 RN 到到 ** 0.70.5**
5253- [x] 升级 RN 到到 ** 0.70.4**
5354- [x] 升级 RN 到到 ** 0.70.3**
5455- [x] plop 模板创建
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ android {
230230 buildTypes {
231231 debug {
232232 signingConfig signingConfigs. debug
233+ applicationIdSuffix " .debug"
233234 }
234235 release {
235236 // Caution! In production, you need to generate your own keystore file.
Original file line number Diff line number Diff line change 6161 "i18n-js" : " ^3.8.0" ,
6262 "lodash" : " ^4.17.21" ,
6363 "react" : " 18.1.0" ,
64- "react-native" : " 0.70.4 " ,
64+ "react-native" : " 0.70.5 " ,
6565 "react-native-actions-sheet" : " ^0.8.10" ,
6666 "react-native-device-info" : " ^10.3.0" ,
6767 "react-native-easy-toast" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -8289,10 +8289,10 @@ react-native-webview@^11.23.0:
82898289 escape-string-regexp "2.0.0"
82908290 invariant "2.2.4"
82918291
8292- 8293- version "0.70.4 "
8294- resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.4 .tgz#f2a3a7996431a47a45ce1f5097352c5721417516 "
8295- integrity sha512-1e4jWotS20AJ/4lGVkZQs2wE0PvCpIRmPQEQ1FyH7wdyuewFFIxbUHqy6vAj1JWVFfAzbDakOQofrIkkHWLqNA ==
8292+ 8293+ version "0.70.5 "
8294+ resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.70.5 .tgz#f60540b21d338891086e0a834e331c124dd1f55c "
8295+ integrity sha512-5NZM80LC3L+TIgQX/09yiyy48S73wMgpIgN5cCv3XTMR394+KpDI3rBZGH4aIgWWuwijz31YYVF5504+9n2Zfw ==
82968296 dependencies :
82978297 " @jest/create-cache-key-function" " ^29.0.3"
82988298 " @react-native-community/cli" " 9.2.1"
You can’t perform that action at this time.
0 commit comments