Преглед изворни кода

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
+};