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'; 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';