From f122e66b3ea47d1a5991ed7e8c1e678a678cafe0 Mon Sep 17 00:00:00 2001 From: IronTony Date: Fri, 10 Oct 2025 21:56:11 +0200 Subject: [PATCH] fix: update react-native entry in package.json --- lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package.json b/lib/package.json index 1c41210..31b5afb 100644 --- a/lib/package.json +++ b/lib/package.json @@ -17,7 +17,7 @@ ], "main": "dist/index.js", "types": "dist/index.d.ts", - "react-native": "src/index.tsx", + "react-native": "dist/index.js", "source": "src/index.tsx", "files": [ "dist",