mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-29 08:01:45 -05:00
This also upgrades us to React Native 0.70.4 and adds a number of files that get us ready for the New Architecture. Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com>
6 lines
181 B
Ruby
6 lines
181 B
Ruby
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'
|
|
|
|
gem "fastlane" |