ソースを参照

fix packager execute from xcode

yogevbd 6 年 前
コミット
430115ecdc
共有2 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 1
    0
      index.ios.js
  2. 5
    0
      rn-cli.config.js

+ 1
- 0
index.ios.js ファイルの表示

@@ -0,0 +1 @@
1
+require('./playground/index.ios');

+ 5
- 0
rn-cli.config.js ファイルの表示

@@ -0,0 +1,5 @@
1
+module.exports = {
2
+  getProjectRoots() {
3
+    return [__dirname, `${__dirname}/playground`];
4
+  }
5
+};