From 817da3a088a9196197b0ba0f19e295d6bceaced8 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 10 Dec 2024 18:14:18 +0100 Subject: [PATCH] change(react-native): version jump --- tracker/tracker-reactnative/app.plugin.js | 7 +------ tracker/tracker-reactnative/package.json | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/tracker/tracker-reactnative/app.plugin.js b/tracker/tracker-reactnative/app.plugin.js index 695826dea..596913e52 100644 --- a/tracker/tracker-reactnative/app.plugin.js +++ b/tracker/tracker-reactnative/app.plugin.js @@ -1,9 +1,4 @@ -// module.exports = function (config) { -// // Modify the config as needed -// return config; -// }; - -const { withAppBuildGradle, withMainApplication } = require('@expo/config-plugins'); +const { withMainApplication } = require('@expo/config-plugins'); function addPackageToMainApplication(src) { console.log('Adding OpenReplay package to MainApplication.java', src); diff --git a/tracker/tracker-reactnative/package.json b/tracker/tracker-reactnative/package.json index b0adcd2e4..d1dfc9412 100644 --- a/tracker/tracker-reactnative/package.json +++ b/tracker/tracker-reactnative/package.json @@ -1,6 +1,6 @@ { "name": "@openreplay/react-native", - "version": "0.6.8", + "version": "0.6.9", "description": "Openreplay React-native connector for iOS applications", "main": "lib/commonjs/index", "module": "lib/module/index",