From e5b5ae7260bfd873944ad3bb369f9450c5f79d11 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Mon, 1 Apr 2024 15:11:10 +0800 Subject: [PATCH] fix: correct react native entry path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a1f793..769d6e6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": ".lib/index.js", "module": "./lib-esm/index.js", "typings": "./lib-esm/index.d.ts", - "react-native": ".src/index.ts", + "react-native": "src/index.ts", "source": "src/index", "scripts": { "example": "yarn workspace clickstream-react-native-example start",