From a2b5138d27e627cf8bee28f4f3b65dab5cbf31b8 Mon Sep 17 00:00:00 2001 From: md aslam ansari Date: Wed, 21 Feb 2018 17:28:04 +0530 Subject: [PATCH 1/2] Updating the path. Updating the path of index file to dynamic generated index files. All he dynamic generated files are stored in the Lib folder. --- index.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ios.js b/index.ios.js index aab832f..7ae4729 100644 --- a/index.ios.js +++ b/index.ios.js @@ -1,2 +1,2 @@ -import './index.ios'; \ No newline at end of file +import './lib/index.ios'; From 04f3567281b60cc4329185c2c99bd37092c858b9 Mon Sep 17 00:00:00 2001 From: md aslam ansari Date: Wed, 21 Feb 2018 17:28:42 +0530 Subject: [PATCH 2/2] Updating the index file path. Updating the path of index file to dynamic generated index files. All he dynamic generated files are stored in the Lib folder. --- index.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.android.js b/index.android.js index d02baa3..3dce9c8 100644 --- a/index.android.js +++ b/index.android.js @@ -1,2 +1,2 @@ -import './index.android'; \ No newline at end of file +import './lib/index.android';