Skip to content

Commit

Permalink
Support React Native 0.71 (#2313)
Browse files Browse the repository at this point in the history
## Description

This PR adds support for new architecture on React Native 0.71, which
most notably includes the usage of prefabs in native builds.

It also removes most of the dependencies of `FabricExample` app, so
upgrades in the future should be easier.

Co-authored-by: Kacper Kafara <[email protected]>
  • Loading branch information
j-piasecki and kkafar authored Jan 13, 2023
1 parent bb7c29b commit bd7e899
Show file tree
Hide file tree
Showing 90 changed files with 6,881 additions and 7,426 deletions.
6 changes: 0 additions & 6 deletions FabricExample/.buckconfig

This file was deleted.

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

This file was deleted.

11 changes: 5 additions & 6 deletions FabricExample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +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 @@ -62,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*
4 changes: 2 additions & 2 deletions FabricExample/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'
100 changes: 0 additions & 100 deletions FabricExample/Gemfile.lock

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions FabricExample/_node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
2 changes: 1 addition & 1 deletion FabricExample/_ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
2.7.6
55 changes: 0 additions & 55 deletions FabricExample/android/app/_BUCK

This file was deleted.

Loading

0 comments on commit bd7e899

Please sign in to comment.