Skip to content

Commit 9e33466

Browse files
committed
Update to React Native 0.71, update other deps.
1 parent aea1312 commit 9e33466

36 files changed

+2259
-2609
lines changed

.buckconfig

-6
This file was deleted.

.gitignore

+5-6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ local.properties
3333
*.iml
3434
*.hprof
3535
.cxx/
36+
*.keystore
37+
!debug.keystore
3638

3739
# Visual Studio Code
3840
#
@@ -44,12 +46,6 @@ node_modules/
4446
npm-debug.log
4547
yarn-error.log
4648

47-
# BUCK
48-
buck-out/
49-
\.buckd/
50-
*.keystore
51-
!debug.keystore
52-
5349
# fastlane
5450
#
5551
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
@@ -68,3 +64,6 @@ buck-out/
6864
# Ruby / CocoaPods
6965
/ios/Pods/
7066
/vendor/bundle/
67+
68+
# Temporary files created by Metro to check the health of the file watcher
69+
.metro-health-check*

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.5
1+
2.7.6

Gemfile

+2-2
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 File.read(File.join(__dir__, '.ruby-version')).strip
55

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

android/app/_BUCK

-55
This file was deleted.

0 commit comments

Comments
 (0)