change(react-native): version jump

This commit is contained in:
Shekar Siri 2024-12-10 18:14:18 +01:00
parent 314ff737ad
commit 817da3a088
2 changed files with 2 additions and 7 deletions

View file

@ -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);

View file

@ -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",