Skip to content

Commit

Permalink
chore: upgrade example to 71 (#725)
Browse files Browse the repository at this point in the history
* android 71

* migrate ios

* fix lint and ts

* trigger the pipeline

---------

Co-authored-by: Piotr Trocki <piotr.trocki@callstack.com>
  • Loading branch information
troZee and Piotr Trocki authored May 15, 2023
1 parent e1dd3ef commit 2946c1c
Show file tree
Hide file tree
Showing 43 changed files with 5,905 additions and 6,001 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ fabricexample/vendor
fabricexample/android/app/.cxx
.lefthookrc
lefthook.yml


# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
6 changes: 0 additions & 6 deletions example/.buckconfig

This file was deleted.

1 change: 1 addition & 0 deletions example/.node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
5 changes: 2 additions & 3 deletions example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '2.7.5'

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
ruby '>= 2.6.10'
gem 'cocoapods', '>= 1.11.3'
2 changes: 1 addition & 1 deletion example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.11, >= 1.11.2)
cocoapods (>= 1.11.3)

RUBY VERSION
ruby 2.7.5p203
Expand Down
1 change: 0 additions & 1 deletion example/_node-version

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 2946c1c

Please sign in to comment.