Browse Source

fix packager execute from xcode

yogevbd 6 years ago
parent
commit
430115ecdc
2 changed files with 6 additions and 0 deletions
  1. 1
    0
      index.ios.js
  2. 5
    0
      rn-cli.config.js

+ 1
- 0
index.ios.js View File

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

+ 5
- 0
rn-cli.config.js View File

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