@@ -0,0 +1 @@
+require('./playground/index.ios');
@@ -0,0 +1,5 @@
+module.exports = {
+ getProjectRoots() {
+ return [__dirname, `${__dirname}/playground`];
+ }
+};