[expo] error: Cycle in dependencies between targets 'EXScreenOrientation' and 'ExpoModulesCore'; building could produce unreliable results.が出た時の解決方法
error: Cycle in dependencies between targets 'EXScreenOrientation' and 'ExpoModulesCore'; building could produce unreliable results. が出た時の解決方法をまとめました。
[typescript]ある時間が、特定の時間の範囲内かどうか調べる関数を実装
typescriptで、ある時間が特定の時間の範囲内かどうか調べる関数を作成したので公開します。
ReactNativeのversionの上げ方
ReactNativeのversionの上げ方を解説します。
[expo]Invalid `Podfile` file: undefined method `exists?' for File:Class.でエラーになる場合の対処法
エラー「Invalid Podfile
file: undefined method `exists?' for File:Class.」が起きるようになったので、対処法をまとめました。
[ReactNative][typescript]認証コードを入力する際の、6つのinputに分けて入力するコンポーネント実装しました
ログインした際に、メールやSMSに認証コードが送られてくることがありますが、 その値を入力する際のUIをReactNative + typescriptで実装しました。
[ReactNative] androidビルド時のBUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 63でエラーが出た時の対処法
ReactNativeを使った開発で、androidでビルドした時にBUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 63と表示されて失敗する場合の対処法をまとめました。
[ReactNative] find_spec_for_exe: can't find gem bundler (>= 0.a) with executable bundlerでインストールに失敗する場合の対処法
ReactNativeで、
✖ Installing Bundler
error /Library/Ruby/Site/2.6.0/rubygems.rb:265:in find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
from /Library/Ruby/Site/2.6.0/rubygems.rb:284:in
activate_bin_path'
from /usr/bin/bundle:23:in `
ReactNative(expo) + agoraのプロジェクトでビルドエラーになる時の対処方法。
ReactNative + agoraのプロジェクトでビルドエラーになる時の対処方法を記載します。 具体的には'AgoraRtcWrapper/iris_rtc_cxx_api.h' file not foundや 'AgoraRtcWrapper/iris_rtc_cxx_api.h' file not foundが出た場合の解決方法になります。