Skip to content

Commit 30c4b07

Browse files
Chore: Update example app (mobiles) to use the latest of react native (#552)
* Update react and react-native packages * Setup new react-native environment * Update iOS project * Adjust gitignore to new rn example project * Update android project * Fix ESLint version for linting checks to pass * Fix the Slider's styles type * Update iOS workspace
1 parent 0d3a780 commit 30c4b07

40 files changed

+9720
-9798
lines changed

example/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ local.properties
3131
*.iml
3232
*.hprof
3333
.cxx/
34+
*.keystore
35+
!debug.keystore
3436

3537
# node.js
3638
#
@@ -62,3 +64,9 @@ buck-out/
6264
# Ruby / CocoaPods
6365
/ios/Pods/
6466
/vendor/bundle/
67+
68+
# Temporary files created by Metro to check the health of the file watcher
69+
.metro-health-check*
70+
71+
# testing
72+
/coverage

example/Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby '2.7.5'
4+
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '~> 1.11', '>= 1.11.2'
6+
gem 'cocoapods', '~> 1.13'
7+
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

example/android/app/_BUCK

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)