From ef69e5c4226a55b7100711fbc379b367dfd8350d Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 11 Dec 2024 09:39:02 +0100 Subject: [PATCH] change(react-native): include plugin file and version jump --- tracker/tracker-reactnative/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tracker/tracker-reactnative/package.json b/tracker/tracker-reactnative/package.json index d1dfc9412..cc3c62086 100644 --- a/tracker/tracker-reactnative/package.json +++ b/tracker/tracker-reactnative/package.json @@ -1,6 +1,6 @@ { "name": "@openreplay/react-native", - "version": "0.6.9", + "version": "0.6.10", "description": "Openreplay React-native connector for iOS applications", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -13,6 +13,7 @@ "android", "ios", "cpp", + "app.plugin.js", "*.podspec", "!ios/build", "!android/build",