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:
Johannes Klein
2022-11-07 23:13:13 +01:00
committed by GitHub
parent 66bfd7fdc3
commit 99d306cd24
52 changed files with 12449 additions and 7887 deletions

16
.gitignore vendored
View File

@@ -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