Skip to content

Commit

Permalink
chore: update fabric example to 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Jan 19, 2023
1 parent 910e79e commit 60312b0
Show file tree
Hide file tree
Showing 47 changed files with 2,473 additions and 3,941 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ PODS:
- React-jsinspector (0.67.2)
- React-logger (0.67.2):
- glog
- react-native-safe-area-context (4.4.0):
- react-native-safe-area-context (4.4.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -532,7 +532,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 52beb652bbc61201bd70cbe4f0b8edb607e8da4f
React-jsinspector: 595f76eba2176ebd8817a1fffd47b84fbdab9383
React-logger: 23de8ea0f44fa00ee77e96060273225607fd4d78
react-native-safe-area-context: 646452837a27753136982377b1b945df58b31b08
react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a
React-perflogger: 3c9bb7372493e49036f07a82c44c8cf65cbe88db
React-RCTActionSheet: 052606483045a408693aa7e864410b4a052f541a
React-RCTAnimation: 08d4cac13222bb1348c687a0158dfd3b577cdb63
Expand Down
12 changes: 6 additions & 6 deletions fabric-example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,16 @@ build/
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,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*
1 change: 0 additions & 1 deletion fabric-example/.ruby-version

This file was deleted.

5 changes: 4 additions & 1 deletion fabric-example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby File.read(File.join(__dir__, '.ruby-version')).strip

gem 'cocoapods', '~> 1.11', '>= 1.11.3'
97 changes: 0 additions & 97 deletions fabric-example/Gemfile.lock

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions fabric-example/_ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.6
55 changes: 0 additions & 55 deletions fabric-example/android/app/_BUCK

This file was deleted.

Loading

0 comments on commit 60312b0

Please sign in to comment.