Skip to content

Commit 42a7070

Browse files
authored
chore(react-native): 升级RN 0.70.6 -> 0.71.7 (#234)
* chore(uiw/react-native): 版本升级4.0.1和明暗主题适配 * fix:调整底部tab栏路由配置 * chore(react-native): 升级RN 0.70.6 -> 0.71.7 * chore(react-native): template 升级RN 0.70.6 -> 0.71.7 * fix:修复登录界面显示问题
1 parent d2feafb commit 42a7070

File tree

75 files changed

+1402
-2713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1402
-2713
lines changed

HelloWorld/.buckconfig

Lines changed: 0 additions & 6 deletions
This file was deleted.

HelloWorld/.flowconfig

Lines changed: 0 additions & 66 deletions
This file was deleted.

HelloWorld/.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,15 @@ local.properties
3131
*.iml
3232
*.hprof
3333
.cxx/
34+
*.keystore
35+
!debug.keystore
36+
3437
# node.js
3538
#
3639
node_modules/
3740
npm-debug.log
3841
yarn-error.log
3942

40-
# BUCK
41-
buck-out/
42-
\.buckd/
43-
*.keystore
44-
!debug.keystore
45-
4643
# fastlane
4744
#
4845
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
@@ -61,3 +58,7 @@ buck-out/
6158
# Ruby / CocoaPods
6259
/ios/Pods/
6360
/vendor/bundle/
61+
62+
63+
# Temporary files created by Metro to check the health of the file watcher
64+
.metro-health-check*

HelloWorld/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby '2.7.5'
4+
ruby '>= 2.6.10'
55

6-
gem 'cocoapods', '~> 1.11', '>= 1.11.2'
6+
gem 'cocoapods', '>= 1.11.3'

HelloWorld/_node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

HelloWorld/_ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

HelloWorld/android/app/_BUCK

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)