Skip to content

Commit

Permalink
feat: update FabricExample to 0.71.0-rc.6 (#1962)
Browse files Browse the repository at this point in the history
PR bumping examples to RN 0.71. For now web Example seems not to load code properly.
  • Loading branch information
WoLewicki authored Jan 13, 2023
1 parent 678940c commit cb87e75
Show file tree
Hide file tree
Showing 137 changed files with 8,851 additions and 11,110 deletions.
6 changes: 0 additions & 6 deletions Example/.buckconfig

This file was deleted.

File renamed without changes.
66 changes: 0 additions & 66 deletions Example/.flowconfig

This file was deleted.

15 changes: 5 additions & 10 deletions Example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,15 @@ local.properties
*.iml
*.hprof
.cxx/

# Windows
#
*.binlog
*.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 @@ -66,3 +58,6 @@ buck-out/
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
File renamed without changes.
1 change: 1 addition & 0 deletions Example/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.6
4 changes: 2 additions & 2 deletions Example/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 File.read(File.join(__dir__, '.ruby-version')).strip

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
gem 'cocoapods', '~> 1.11', '>= 1.11.3'
File renamed without changes.
1 change: 0 additions & 1 deletion Example/_ruby-version

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit cb87e75

Please sign in to comment.