diff --git a/package.json b/package.json index 7fd6b8d..8c108eb 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "react-native": "src/", "source": "src/", "exports": { + "require": "lib/commonjs/", + "import": "lib/module/", + "types": "index.d.ts", ".": "./index.js", "./svg": "./svg.js", "./linear-gradient": "./linear-gradient.js",