From 7cfbc2b283b7cdf00dab4d3f9427b3281d1e3eff Mon Sep 17 00:00:00 2001 From: Dima Portenko Date: Fri, 20 Oct 2023 11:15:11 +0300 Subject: [PATCH] add assets to files of package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1812f33..f3b1e28 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "react-native": "src/index", "source": "src/index", "files": [ + "assets", "src", "lib", "android",