From c85e2712bd459d922d1a2852324df6610649b942 Mon Sep 17 00:00:00 2001 From: Kevin Le Seigle Date: Thu, 24 Oct 2024 17:20:57 +0200 Subject: [PATCH] fix: exports react native entrypoint for the sdk Signed-off-by: Kevin Le Seigle --- package.json | 1 + 1 file changed, 1 insertion(+) 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" } },