Skip to content

Commit

Permalink
chore(react-native): 升级RN 0.70.6 -> 0.71.7 (#234)
Browse files Browse the repository at this point in the history
* 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:修复登录界面显示问题
  • Loading branch information
panbibi authored Apr 26, 2023
1 parent d2feafb commit 42a7070
Show file tree
Hide file tree
Showing 75 changed files with 1,402 additions and 2,713 deletions.
6 changes: 0 additions & 6 deletions HelloWorld/.buckconfig

This file was deleted.

66 changes: 0 additions & 66 deletions HelloWorld/.flowconfig

This file was deleted.

13 changes: 7 additions & 6 deletions HelloWorld/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,15 @@ local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
Expand All @@ -61,3 +58,7 @@ buck-out/
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/


# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
4 changes: 2 additions & 2 deletions HelloWorld/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

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

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
gem 'cocoapods', '>= 1.11.3'
2 changes: 1 addition & 1 deletion HelloWorld/_node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
1 change: 0 additions & 1 deletion HelloWorld/_ruby-version

This file was deleted.

55 changes: 0 additions & 55 deletions HelloWorld/android/app/_BUCK

This file was deleted.

Loading

0 comments on commit 42a7070

Please sign in to comment.