diff --git a/src/index.js b/index.js similarity index 100% rename from src/index.js rename to index.js diff --git a/package.json b/package.json index 967c58c..15aa9f2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-responsive-screen", "version": "1.1.0", "description": "Make React Native views responsive for all devices with the use of 2 simple methods.", - "main": "./src/index.js", + "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },