Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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