パパエンジニアのアウトプット帳

30歳に突入した1児のパパエンジニアのブログ

react-native

react-native-navigationでRCCManager.h file not found.エラー

react-native-navigationを使ってみようとインストールしてみたが、 RCCManager.h file not found.とエラーになってしまい起動できなかった。。。 バージョン react-native: 0.41.2 react-native-navigation: 2.0.0-experimental.256 エラーが出た手順 yarn …

React Nativeでrun-iosした時にPrint: Entry, ":CFBundleIdentifier", Does Not Existになってしまう問題

react-native run-iosを実行した時に下記のようなメッセージが表示されてしまい、アプリが起動しなかった。 (XCodeでRunするとちゃんとアプリが起動する) The following commands produced analyzer issues: Analyze Modules/RCTRedBox.m (1 command with …

react-navigation

react-nativeのnavigation系のライブラリを探しているときに見つけた。 github.com 今年の1月末あたりに公開されたようで、ブログによるとEx-NavigationおよびReact NativeのNavigatorやNavigationExperimentalの置き換えを狙っているらしい。 まだ1.0.0-bet…

react-native-router-fluxでサンプル

配色とか超雑だけど、react-native-router-fluxのサンプル実装をした。 直近で必要そうなNavBar,TabBar,Modalの各遷移を公式のExampleを参考にした感じ。 github.com ModalはSegueでいうpresent modallyな動きをして欲しかったが、合わせるには工夫が必要?…

react-nativeでiOSアプリを作ってみた時のエラーあれやこれ

初めてreact-nativeでiOSアプリを作ってみた。 メディアプレイヤーアプリのようなもの。 (個人利用目的でアプリストアでは公開してない) 利用したライブラリ react-native-fs react-native-vector-icons react-native-video react-native-video-player 遭…