change(react-native): version jump
This commit is contained in:
parent
314ff737ad
commit
817da3a088
2 changed files with 2 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue