瀏覽代碼

fix packager execute from xcode

yogevbd 7 年之前
父節點
當前提交
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
+};