diff --git a/package.json b/package.json index 775bec370..4d6d8b88f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ ".": { "types": "./lib/index.d.ts", "import": "./src/index.js", + "react-native": "./src/native.js", "require": "./lib/index.cjs" } },