This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
HelloSora の参照する React Native を v0.62.2 にバージョン・アップする #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kdxu
reviewed
Jun 30, 2020
最新に保つという意味で |
見ました。また、iOS でビルドできることを確認しました。 |
fc3302c で対応しました |
@kdxu レビューありがとうございます! |
@kdxu 修正しました |
LGTM |
ありがとうございます |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
変更内容
作業メモ
React Native v0.62.2 で作成されたプロジェクトと HelloSora のファイルの比較
v0.62.2 で作成するプロジェクトの名前を揃えたかったので、 tmp ディレクトリを掘ってその中で
react-native init
していますプロジェクトのディレクトリの構成を比較 ... 変化なし
比較
iOS のビルド・エラーを修正するために参照したイシュー
iOS のビルド時に、 React Native に v0.62 から導入された Flipper 関連でビルド・エラーが発生しました
修正のために以下のイシューを参照しました
Preprocessor Macros >Debug
にFB_SONARKIT_ENABLED=1
を追加 Use of undeclared identifier FlipperClient react-native-community/upgrade-support#24Build Options > Enable Bitcode > Debug
をNo
に変更 [SOLVED] 0.61.5 to 0.62.2 upgrade error: OpenSSL-Universal ENABLE_BITCODE facebook/react-native#28824Dead Code Stripping > Debug
をYes
に変更 Solution: Upgrading from 0.61.5 to 0.62.0 "Undefined symbol: _swift_getFunctionReplacement" react-native-community/upgrade-support#25