mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Realm 11 (#208)
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>
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -20,14 +20,19 @@ DerivedData
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
# Might be used to customize further the path to node that xcode uses, see .xcode.env for our version controlled file
|
||||
ios/.xcode.env.local
|
||||
|
||||
# Android/IntelliJ
|
||||
#
|
||||
android/keystore.properties
|
||||
build/
|
||||
.idea
|
||||
.gradle
|
||||
local.properties
|
||||
*.iml
|
||||
*.hprof
|
||||
.cxx/
|
||||
|
||||
# node.js
|
||||
#
|
||||
@@ -44,11 +49,9 @@ buck-out/
|
||||
# Bundle artifact
|
||||
*.jsbundle
|
||||
|
||||
# CocoaPods
|
||||
# Ruby / CocoaPods
|
||||
/ios/Pods/
|
||||
|
||||
# Ruby gems
|
||||
vendor/
|
||||
/vendor/bundle/
|
||||
|
||||
# Realm
|
||||
*.realm*
|
||||
@@ -64,12 +67,9 @@ vendor/
|
||||
fastlane/report.xml
|
||||
fastlane/Preview.html
|
||||
fastlane/screenshots
|
||||
fastlane/test_output
|
||||
fastlane/Appfile
|
||||
android/keystore.properties
|
||||
|
||||
# Apple signing and auth files that fastlane might download
|
||||
*.cer
|
||||
*.mobileprovision
|
||||
|
||||
# Might be used to customize the path to node that xcode uses
|
||||
ios/.xcode.env
|
||||
|
||||
Reference in New Issue
Block a user