Skip to content

Commit ce4721a

Browse files
authored
Merge pull request #180 from funnyzak/upgrade/0.70.5
upgrade to rn 0.70.5
2 parents bd4ef96 + ee54d45 commit ce4721a

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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

@@ -49,6 +49,7 @@
4949

5050
## 完成
5151

52+
- [x] 升级 RN 到到 **0.70.5**
5253
- [x] 升级 RN 到到 **0.70.4**
5354
- [x] 升级 RN 到到 **0.70.3**
5455
- [x] plop 模板创建

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)