@developer_tribe/react-native-comnyx 0.10.11 → 0.10.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,5 +102,4 @@ dependencies {
102
102
  react {
103
103
  jsRootDir = file("../src/")
104
104
  libraryName = "Comnyx"
105
- codegenJavaPackageName = "com.comnyx"
106
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@developer_tribe/react-native-comnyx",
3
- "version": "0.10.11",
3
+ "version": "0.10.12",
4
4
  "description": "React Native chat component with integrated support panel, enabling real-time customer communication and efficient agent workflow management.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
@@ -38,19 +38,6 @@
38
38
  "!**/__mocks__",
39
39
  "!**/.*"
40
40
  ],
41
- "codegenConfig": {
42
- "name": "RNComnyxSpec",
43
- "type": "modules",
44
- "jsSrcsDir": "src",
45
- "outputDir": {
46
- "ios": "ios/generated",
47
- "android": "android/generated"
48
- },
49
- "android": {
50
- "javaPackageName": "com.comnyx"
51
- },
52
- "includesGeneratedCode": true
53
- },
54
41
  "scripts": {
55
42
  "test": "jest --config jest.config.ts",
56
43
  "typecheck": "tsc",
@@ -2,11 +2,5 @@
2
2
  * @type {import('@react-native-community/cli-types').UserDependencyConfig}
3
3
  */
4
4
  module.exports = {
5
- dependency: {
6
- platforms: {
7
- android: {
8
- cmakeListsPath: 'generated/jni/CMakeLists.txt',
9
- },
10
- },
11
- },
5
+ dependency: {},
12
6
  };