4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

React Native メモ

Posted at

React Native Getting started

ハマったとこ

  • Port 8081 already in use

    • stackoverflow
    • sunproxyadminを一度殺して、Xcode側でproject/cleanして再実行 -> いけた
  • watchmanが Failed to identify PDU とか言って、Xcodeプロジェクトのビルドは成功するけど赤画面でServerにつながらない

    • watchmanを再起動
    • ちゃんと立ち上がった (´∀`∩)

Kobito.bCWnNC.png

Tutorial

tutorial

  • Command + R でSimulatorのリフレッシュ。SyntaxErrorがあったらSimulator上の画面が赤くなってErrorメッセージを表示してくれます。

Kobito.xGMZRb.png
でた~(´∀`∩)

iOSコード

ios/{ProjectName}/AppDelegate.m

  jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];

こんな感じでjsが読み込まれる。

感想

  • 検証用のアプリさくっと作るには良さそう
  • どこまでNativeと橋渡ししてくれるかは、よくわからん
4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?